|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.assembler.classic.InfoObject
org.openejb.alt.assembler.classic.ServiceInfo
org.openejb.alt.assembler.classic.xml.Service
public class Service
A subclass of ServiceInfo filled with data from an XML file. Populates the member variables of ServiceInfo in this classes initializeFromDOM method.
ServiceInfo
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
CODEBASE
Represents the codebase element in the XML config file. |
static java.lang.String |
DESCRIPTION
Represents the description element in the XML config file. |
static java.lang.String |
DISPLAY_NAME
Represents the display-name element in the XML config file. |
static java.lang.String |
FACTORY_CLASS
Represents the factory-class element in the XML config file. |
static java.lang.String |
SERVICE_NAME
Represents the service-name element in the XML config file. |
Fields inherited from class org.openejb.alt.assembler.classic.ServiceInfo |
---|
codebase, description, displayName, factoryClass, factoryClassName, properties, serviceName, serviceType |
Fields inherited from interface org.openejb.alt.assembler.classic.ServiceTypeConstants |
---|
PERSISTENCE_SERVICE, SECURITY_SERVICE, TRANSACTION_SERVICE |
Constructor Summary | |
---|---|
Service()
|
Method Summary | |
---|---|
static void |
initializeFromDOM(org.w3c.dom.Node node,
ServiceInfo serviceInfo)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
serializeToDOM(org.w3c.dom.Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DESCRIPTION
public static final java.lang.String DISPLAY_NAME
public static final java.lang.String SERVICE_NAME
public static final java.lang.String FACTORY_CLASS
public static final java.lang.String CODEBASE
Constructor Detail |
---|
public Service()
Method Detail |
---|
public static void initializeFromDOM(org.w3c.dom.Node node, ServiceInfo serviceInfo) throws OpenEJBException
OpenEJBException
Node
public void serializeToDOM(org.w3c.dom.Node node) throws OpenEJBException
OpenEJBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |