|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E56472-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.octetstring.vde.config.Configuration
com.octetstring.vde.config.adapters.AdapterConfig
public abstract class AdapterConfig
Base configuration for all adapters
Field Summary |
---|
Fields inherited from interface com.octetstring.vde.config.Versionable |
---|
DIRTY_ADD, DIRTY_DEL, DIRTY_MOD, DIRTY_REN, DIRTY_UNCHANGED |
Constructor Summary | |
---|---|
AdapterConfig() |
Method Summary | |
---|---|
boolean |
containsName(java.lang.String name) |
abstract void |
createNewInstance(org.w3c.dom.Document document, java.lang.String id) |
void |
createNewInstance(java.lang.String id, org.w3c.dom.Element adapterRoot) |
boolean |
encryptPluginParams() |
int |
getAdapterNumber() |
com.octetstring.vde.config.Versionable |
getChild(java.lang.String name) |
abstract java.lang.String |
getConfiguredClass() Returns the full name of the class that this configuration applies to |
java.lang.String |
getDirty() |
java.lang.String |
getLogLevel() |
java.lang.String |
getName() Retrieves the name of the adapter |
com.octetstring.vde.config.PluginsConfig |
getPluginConfig() Retrieves the configuration information for plugins |
java.lang.String |
getRoot() Retrieves the virtual root of the adapter |
org.w3c.dom.Element |
getRootElement() |
com.octetstring.vde.config.RoutingConfig |
getRoutingConfig() Retrieves the adapter's routing configuration |
java.lang.String |
getServerType() Returns the type of the adapter. |
int |
getVersion() |
java.util.Iterator |
getVersionableChildrenNames() |
java.lang.String |
getXmlConfig() |
boolean |
isActive() Determines if the adapter is active to handle requests |
boolean |
isDocOnly() |
void |
readConfig(org.w3c.dom.Node xml) |
void |
setActive(boolean activeStatus) |
void |
setAdapterNumber(int adapterNumber) |
void |
setDirty(java.lang.String value) |
void |
setLogLevel(java.lang.String val) |
void |
setName(java.lang.String val) |
void |
setRoot(java.lang.String virtualRoot) |
void |
setRootElement(org.w3c.dom.Element root) |
void |
setServerType(java.lang.String serverType) |
void |
setVersion(int version) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdapterConfig()
Method Detail |
---|
public void readConfig(org.w3c.dom.Node xml)
readConfig
in class com.octetstring.vde.config.Configuration
public boolean encryptPluginParams()
public boolean isActive()
public void setActive(boolean activeStatus)
public java.lang.String getRoot()
Retrieves the virtual root of the adapter
public void setRoot(java.lang.String virtualRoot)
public java.lang.String getName()
Retrieves the name of the adapter
getName
in interface com.octetstring.vde.config.Versionable
public void setName(java.lang.String val)
public java.lang.String getLogLevel()
public void setLogLevel(java.lang.String val)
public java.lang.String getServerType()
Returns the type of the adapter.
public void setServerType(java.lang.String serverType)
public com.octetstring.vde.config.RoutingConfig getRoutingConfig()
Retrieves the adapter's routing configuration
public com.octetstring.vde.config.PluginsConfig getPluginConfig()
Retrieves the configuration information for plugins
public java.lang.String getXmlConfig()
getXmlConfig
in class com.octetstring.vde.config.Configuration
public void createNewInstance(java.lang.String id, org.w3c.dom.Element adapterRoot)
public org.w3c.dom.Element getRootElement()
getRootElement
in interface com.octetstring.vde.config.Versionable
getRootElement
in class com.octetstring.vde.config.Configuration
public void setRootElement(org.w3c.dom.Element root)
public int getAdapterNumber()
public void setAdapterNumber(int adapterNumber)
public java.lang.String getDirty()
getDirty
in interface com.octetstring.vde.config.Versionable
public void setDirty(java.lang.String value)
setDirty
in interface com.octetstring.vde.config.Versionable
public int getVersion()
getVersion
in interface com.octetstring.vde.config.Versionable
public void setVersion(int version)
setVersion
in interface com.octetstring.vde.config.Versionable
public java.util.Iterator getVersionableChildrenNames()
getVersionableChildrenNames
in interface com.octetstring.vde.config.Versionable
public com.octetstring.vde.config.Versionable getChild(java.lang.String name)
getChild
in interface com.octetstring.vde.config.Versionable
public boolean containsName(java.lang.String name)
containsName
in interface com.octetstring.vde.config.Versionable
public boolean isDocOnly()
isDocOnly
in interface com.octetstring.vde.config.Versionable
public abstract java.lang.String getConfiguredClass()
public abstract void createNewInstance(org.w3c.dom.Document document, java.lang.String id)
|
Oracle Virtual Directory Java API Reference 11g Release 1 (11.1.1) E56472-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |