Uses of Class
org.openejb.alt.assembler.classic.ServiceInfo

Packages that use ServiceInfo
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 ServiceInfo in org.openejb.alt.assembler.classic
 

Subclasses of ServiceInfo in org.openejb.alt.assembler.classic
 class SecurityServiceInfo
          SecurityServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class TransactionServiceInfo
          TransactionServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 

Uses of ServiceInfo in org.openejb.alt.assembler.classic.xml
 

Subclasses of ServiceInfo in org.openejb.alt.assembler.classic.xml
 class SecurityService
          A subclass of SecurityServiceInfo filled with data from an XML file.
 class Service
          A subclass of ServiceInfo filled with data from an XML file.
 class TransactionService
          A subclass of TransactionServiceInfo filled with data from an XML file.
 

Methods in org.openejb.alt.assembler.classic.xml with parameters of type ServiceInfo
static void Service.initializeFromDOM(org.w3c.dom.Node node, ServiceInfo serviceInfo)
          Parses out the values needed by this DomObject from the DOM Node passed in.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.