com.ibm.websphere.xmlconfig
Class ApplicationServerConfig
java.lang.Object
|
+--com.ibm.websphere.xmlconfig.BaseConfig
|
+--com.ibm.websphere.xmlconfig.GenericServerConfig
|
+--com.ibm.websphere.xmlconfig.ApplicationServerConfig
- public class ApplicationServerConfig
- extends GenericServerConfig
Processes XML for Application Server Objects
XML Structure, including immediate children
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(random|roundrobin|randompreferlocal|roundrobinpreferlocal)
(value)
admin_agent_ior
size
sweep_interval
pass_dir
spec
spec
olt_server_host
port
policy
path
pool_size
ior
(value)
(value)
(value)
(value)
(value)
(value)
(value)
(value)
//Other custom service configs
//orb config defination
//Children
Method Summary |
org.w3c.dom.Element |
exportXML(com.ibm.ejs.sm.beans.EJBServer applicationServer,
com.ibm.ejs.sm.beans.RepositoryObject parent,
org.w3c.dom.Document document)
|
org.w3c.dom.Element |
exportXML(org.w3c.dom.Element element,
com.ibm.ejs.sm.beans.Node parent,
org.w3c.dom.Document document)
|
java.util.Enumeration |
findAll()
|
static com.ibm.ejs.sm.beans.RepositoryObject |
findRepositoryObject(com.ibm.ejs.sm.beans.RepositoryHome home,
com.ibm.ejs.sm.beans.Attributes reqAttrs,
boolean useSubtypes,
java.lang.String fullName)
|
void |
importXML(org.w3c.dom.Element element,
com.ibm.ejs.sm.beans.Node parent)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationServerConfig
public ApplicationServerConfig()
findAll
public java.util.Enumeration findAll()
- Overrides:
findAll
in class GenericServerConfig
findRepositoryObject
public static com.ibm.ejs.sm.beans.RepositoryObject findRepositoryObject(com.ibm.ejs.sm.beans.RepositoryHome home,
com.ibm.ejs.sm.beans.Attributes reqAttrs,
boolean useSubtypes,
java.lang.String fullName)
throws java.lang.Exception
importXML
public void importXML(org.w3c.dom.Element element,
com.ibm.ejs.sm.beans.Node parent)
- Overrides:
importXML
in class GenericServerConfig
exportXML
public org.w3c.dom.Element exportXML(com.ibm.ejs.sm.beans.EJBServer applicationServer,
com.ibm.ejs.sm.beans.RepositoryObject parent,
org.w3c.dom.Document document)
exportXML
public org.w3c.dom.Element exportXML(org.w3c.dom.Element element,
com.ibm.ejs.sm.beans.Node parent,
org.w3c.dom.Document document)
- Overrides:
exportXML
in class GenericServerConfig