Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


com.octetstring.vde.config.adapters
Class AdapterConfig

java.lang.Object
  extended by com.octetstring.vde.config.Configuration
      extended by com.octetstring.vde.config.adapters.AdapterConfig

All Implemented Interfaces:
com.octetstring.vde.config.Versionable

public abstract class AdapterConfig
extends com.octetstring.vde.config.Configuration
implements com.octetstring.vde.config.Versionable

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

AdapterConfig

public AdapterConfig()

Method Detail

readConfig

public void readConfig(org.w3c.dom.Node xml)
Specified by:
readConfig in class com.octetstring.vde.config.Configuration

encryptPluginParams

public boolean encryptPluginParams()

isActive

public boolean isActive()
Determines if the adapter is active to handle requests

setActive

public void setActive(boolean activeStatus)

getRoot

public java.lang.String getRoot()

Retrieves the virtual root of the adapter


setRoot

public void setRoot(java.lang.String virtualRoot)

getName

public java.lang.String getName()

Retrieves the name of the adapter

Specified by:
getName in interface com.octetstring.vde.config.Versionable

setName

public void setName(java.lang.String val)

getLogLevel

public java.lang.String getLogLevel()

setLogLevel

public void setLogLevel(java.lang.String val)

getServerType

public java.lang.String getServerType()
Returns the type of the adapter.
Returns:

Returns the type of the adapter.


setServerType

public void setServerType(java.lang.String serverType)

getRoutingConfig

public com.octetstring.vde.config.RoutingConfig getRoutingConfig()

Retrieves the adapter's routing configuration


getPluginConfig

public com.octetstring.vde.config.PluginsConfig getPluginConfig()

Retrieves the configuration information for plugins


getXmlConfig

public java.lang.String getXmlConfig()
Specified by:
getXmlConfig in class com.octetstring.vde.config.Configuration

createNewInstance

public void createNewInstance(java.lang.String id,
                              org.w3c.dom.Element adapterRoot)

getRootElement

public org.w3c.dom.Element getRootElement()
Specified by:
getRootElement in interface com.octetstring.vde.config.Versionable
Overrides:
getRootElement in class com.octetstring.vde.config.Configuration

setRootElement

public void setRootElement(org.w3c.dom.Element root)

getAdapterNumber

public int getAdapterNumber()

setAdapterNumber

public void setAdapterNumber(int adapterNumber)

getDirty

public java.lang.String getDirty()
Specified by:
getDirty in interface com.octetstring.vde.config.Versionable

setDirty

public void setDirty(java.lang.String value)
Specified by:
setDirty in interface com.octetstring.vde.config.Versionable

getVersion

public int getVersion()
Specified by:
getVersion in interface com.octetstring.vde.config.Versionable

setVersion

public void setVersion(int version)
Specified by:
setVersion in interface com.octetstring.vde.config.Versionable

getVersionableChildrenNames

public java.util.Iterator getVersionableChildrenNames()
Specified by:
getVersionableChildrenNames in interface com.octetstring.vde.config.Versionable

getChild

public com.octetstring.vde.config.Versionable getChild(java.lang.String name)
Specified by:
getChild in interface com.octetstring.vde.config.Versionable

containsName

public boolean containsName(java.lang.String name)
Specified by:
containsName in interface com.octetstring.vde.config.Versionable

isDocOnly

public boolean isDocOnly()
Specified by:
isDocOnly in interface com.octetstring.vde.config.Versionable

getConfiguredClass

public abstract java.lang.String getConfiguredClass()
Returns the full name of the class that this configuration applies to

createNewInstance

public abstract void createNewInstance(org.w3c.dom.Document document,
                                       java.lang.String id)

Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Copyright © 2000-2015 Oracle and/or its affiliates. All Rights Reserved.