|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerInfo | |
---|---|
org.openejb.alt.assembler.classic | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. |
org.openejb.alt.assembler.classic.xml | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. |
Uses of ContainerInfo in org.openejb.alt.assembler.classic |
---|
Subclasses of ContainerInfo in org.openejb.alt.assembler.classic | |
---|---|
class |
EntityContainerInfo
EntityContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system. |
class |
StatefulSessionContainerInfo
StatefulSessionContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system. |
class |
StatelessSessionContainerInfo
StatelessSessionContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system. |
Fields in org.openejb.alt.assembler.classic declared as ContainerInfo | |
---|---|
ContainerInfo[] |
ContainerSystemInfo.containers
|
ContainerInfo[] |
ContainerManagerInfo.containers
|
Uses of ContainerInfo in org.openejb.alt.assembler.classic.xml |
---|
Subclasses of ContainerInfo in org.openejb.alt.assembler.classic.xml | |
---|---|
class |
Container
A subclass of ContainerInfo filled with data from an XML file. |
class |
EntityContainer
A subclass of EntityContainerInfo filled with data from an XML file. |
class |
StatefulSessionContainer
A subclass of StatefulSessionContainerInfo filled with data from an XML file. |
class |
StatelessSessionContainer
A subclass of StatelessSessionContainerInfo filled with data from an XML file. |
Methods in org.openejb.alt.assembler.classic.xml with parameters of type ContainerInfo | |
---|---|
static void |
Container.initializeFromDOM(org.w3c.dom.Node node,
ContainerInfo container)
Parses out the values needed by this DomObject from the DOM Node passed in. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |