Uses of Interface
org.openejb.EJBContainer

Packages that use EJBContainer
org.openejb   
org.openejb.corba   
org.openejb.entity.cmp   
org.openejb.mejb   
org.openejb.proxy   
org.openejb.server.axis   
org.openejb.server.ejbd   
 

Uses of EJBContainer in org.openejb
 

Classes in org.openejb that implement EJBContainer
 class GenericEJBContainer
           
 

Methods in org.openejb that return EJBContainer
 EJBContainer ContainerIndex.getContainer(String containerID)
           
 EJBContainer ContainerIndex.getContainer(Integer index)
           
 EJBContainer ContainerIndex.getContainerByJndiName(String jndiName)
           
 EJBContainer ContainerIndex.getContainer(int index)
           
 EJBContainer EJBContainer.getUnmanagedReference()
           
 EJBContainer GenericEJBContainer.getUnmanagedReference()
           
 

Methods in org.openejb with parameters of type EJBContainer
 Integer ContainerIndex.addContainer(EJBContainer container)
           
 void ContainerIndex.removeContainer(EJBContainer container)
           
 

Uses of EJBContainer in org.openejb.corba
 

Methods in org.openejb.corba that return EJBContainer
 EJBContainer AdapterWrapper.getContainer()
           
 EJBContainer Adapter.getContainer()
           
 EJBContainer StandardServant.getEjbContainer()
           
 

Methods in org.openejb.corba with parameters of type EJBContainer
 void TSSBean.registerContainer(EJBContainer container)
           
 void TSSBean.unregisterContainer(EJBContainer container)
           
 

Constructors in org.openejb.corba with parameters of type EJBContainer
AdapterWrapper(EJBContainer container)
           
Adapter(EJBContainer container, ORB orb, POA parentPOA, Policy securityPolicy)
           
AdapterEntity(EJBContainer container, ORB orb, POA parentPOA, Policy securityPolicy)
           
AdapterStateless(EJBContainer container, ORB orb, POA parentPOA, Policy securityPolicy)
           
StandardServant(ORB orb, EJBInterfaceType ejbInterfaceType, EJBContainer ejbContainer)
           
StandardServant(ORB orb, EJBInterfaceType ejbInterfaceType, EJBContainer ejbContainer, Object primaryKey)
           
AdapterStateful(EJBContainer container, ORB orb, POA parentPOA, Policy securityPolicy)
           
 

Uses of EJBContainer in org.openejb.entity.cmp
 

Classes in org.openejb.entity.cmp that implement EJBContainer
 class CMPEJBContainer
           
 

Uses of EJBContainer in org.openejb.mejb
 

Classes in org.openejb.mejb that implement EJBContainer
 class MEJB
           
 

Methods in org.openejb.mejb that return EJBContainer
 EJBContainer MEJB.getUnmanagedReference()
           
 

Uses of EJBContainer in org.openejb.proxy
 

Constructors in org.openejb.proxy with parameters of type EJBContainer
EJBMethodInterceptor(EJBProxyFactory proxyFactory, EJBInterfaceType type, EJBContainer container, int[] operationMap)
           
EJBMethodInterceptor(EJBProxyFactory proxyFactory, EJBInterfaceType type, EJBContainer container, int[] operationMap, Object primaryKey)
           
ContainerHandler(EJBContainer container)
           
EJBProxyFactory(EJBContainer container)
           
 

Uses of EJBContainer in org.openejb.server.axis
 

Constructors in org.openejb.server.axis with parameters of type EJBContainer
EJBContainerProvider(EJBContainer ejbContainer)
           
WSContainer(EJBContainer ejbContainer, URI location, URI wsdlURI, org.apache.geronimo.webservices.SoapHandler soapHandler, org.apache.geronimo.axis.server.ServiceInfo serviceInfo, String securityRealmName, String realmName, String transportGuarantee, String authMethod, String[] virtualHosts)
           
 

Uses of EJBContainer in org.openejb.server.ejbd
 

Fields in org.openejb.server.ejbd declared as EJBContainer
protected  EJBContainer CallContext.container
          The container of the bean executed
 

Methods in org.openejb.server.ejbd that return EJBContainer
 EJBContainer CallContext.getContainer()
          Returns the EJBContainer assigned to this CallContext
 

Methods in org.openejb.server.ejbd with parameters of type EJBContainer
 void CallContext.setContainer(EJBContainer container)
          Sets the EJBContainer assigned to this CallContext
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.