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

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

Subclasses of InfoObject in org.openejb.alt.assembler.classic
 class ConnectionManagerInfo
          ConnectionManagerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ConnectorInfo
          ConnectorInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ContainerInfo
          ContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ContainerManagerInfo
          ContainerManagerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ContainerSystemInfo
           
 class EjbJarInfo
           
 class EjbLocalReferenceInfo
          EjbReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EjbLocalReferenceLocationInfo
          EjbReferenceLocation is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EjbReferenceInfo
          EjbReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EjbReferenceLocationInfo
          EjbReferenceLocation is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EnterpriseBeanInfo
          EnterpriseBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EntityBeanInfo
          EntityBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EntityContainerInfo
          EntityContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class EnvEntryInfo
          EnvEntryInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class FacilitiesInfo
          FacilitiesInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class IntraVmServerInfo
          IntraVmServerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class JndiContextInfo
          /** JndiContextInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class JndiEncInfo
          JndiEncInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ManagedConnectionFactoryInfo
          ManagedConnectionFactoryInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class MethodInfo
          MethodInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class MethodPermissionInfo
          MethodPermissionInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class MethodTransactionInfo
          MethodTransactionInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class OpenEjbConfiguration
          The OpenEjbConfiguration object structure provides the information about the configuration of OpenEJB and the container system.
 class QueryInfo
          MethodPermissionInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class RemoteJndiContextsInfo
          JndiEncInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ResourceInfo
          ResourceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ResourceReferenceInfo
          ResourceReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ResourceReferenceLocationInfo
          EjbReferenceLocation is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class RoleMappingInfo
          RoleMappingInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class SecurityRoleInfo
          SecurityRoleInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class SecurityRoleReferenceInfo
          SecurityRoleReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class SecurityServiceInfo
          SecurityServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class ServiceInfo
          ServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
 class StatefulBeanInfo
          StatefulBeanInfo 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 StatelessBeanInfo
          StatelessBeanInfo 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.
 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 InfoObject in org.openejb.alt.assembler.classic.xml
 

Subclasses of InfoObject in org.openejb.alt.assembler.classic.xml
 class ConnectionManager
          A subclass of ConnectionManagerInfo filled with data from an XML file.
 class Connector
          A subclass of ConnectorInfo filled with data from an XML file.
 class Container
          A subclass of ContainerInfo filled with data from an XML file.
 class ContainerSystem
          A subclass of ContainerSystemInfo filled with data from an XML file.
 class EjbReference
          A subclass of EjbReferenceInfo filled with data from an XML file.
 class EjbReferenceLocation
          A subclass of EjbReferenceLocationInfo filled with data from an XML file.
 class EnterpriseBean
          A subclass of EnterpriseBeanInfo filled with data from an XML file.
 class EntityBean
          A subclass of EntityBeanInfo filled with data from an XML file.
 class EntityContainer
          A subclass of EntityContainerInfo filled with data from an XML file.
 class EnvEntry
          A subclass of EnvEntryInfo filled with data from an XML file.
 class Facilities
          A subclass of FacilitiesInfo filled with data from an XML file.
 class IntraVmServer
          A subclass of IntraVmServerInfo filled with data from an XML file.
 class JndiContext
          A subclass of JndiContext filled with data from an XML file.
 class JndiEnc
          A subclass of JndiEncInfo filled with data from an XML file.
 class ManagedConnectionFactory
          A subclass of ManagedConnectionFactoryInfo filled with data from an XML file.
 class Method
          A subclass of MethodInfo filled with data from an XML file.
 class MethodPermission
          A subclass of MethodPermissionInfo filled with data from an XML file.
 class MethodTransaction
          A subclass of MethodTransactionInfo filled with data from an XML file.
 class Query
          A subclass of MethodPermissionInfo filled with data from an XML file.
 class Resource
          A subclass of ResourceInfo filled with data from an XML file.
 class ResourceReference
          A subclass of ResourceReferenceInfo filled with data from an XML file.
 class ResourceReferenceLocation
          A subclass of ResourceReferenceLocationInfo filled with data from an XML file.
 class RoleMapping
          A subclass of RoleMappingInfo filled with data from an XML file.
 class SecurityRole
          A subclass of SecurityRoleInfo filled with data from an XML file.
 class SecurityRoleReference
          A subclass of SecurityRoleReferenceInfo filled with data from an XML file.
 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 StatefulBean
          A subclass of StatefulBeanInfo filled with data from an XML file.
 class StatefulSessionContainer
          A subclass of StatefulSessionContainerInfo filled with data from an XML file.
 class StatelessBean
          A subclass of StatelessBeanInfo filled with data from an XML file.
 class StatelessSessionContainer
          A subclass of StatelessSessionContainerInfo filled with data from an XML file.
 class TransactionService
          A subclass of TransactionServiceInfo filled with data from an XML file.
 class XmlOpenEJBConfiguration
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.