|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBContainer | |
org.openejb | |
org.openejb.proxy | |
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 |
AbstractContainerBuilder.createContainer()
|
protected EJBContainer |
AbstractContainerBuilder.createContainer(InterfaceMethodSignature[] signatures,
InstanceContextFactory contextFactory,
InterceptorBuilder interceptorBuilder,
InstancePool pool)
|
EJBContainer |
ContainerBuilder.createContainer()
|
EJBContainer |
GenericEJBContainer.getUnmanagedReference()
|
Methods in org.openejb with parameters of type EJBContainer | |
void |
ContainerIndex.addContainer(EJBContainer container)
|
void |
ContainerIndex.removeContainer(EJBContainer container)
|
Uses of EJBContainer in org.openejb.proxy |
Constructors in org.openejb.proxy with parameters of type EJBContainer | |
ContainerHandler(EJBContainer container)
|
|
EJBProxyFactory(EJBContainer container)
|
|
EJBMethodInterceptor(EJBProxyFactory proxyFactory,
EJBInterfaceType type,
EJBContainer container,
int[] operationMap)
|
|
EJBMethodInterceptor(EJBProxyFactory proxyFactory,
EJBInterfaceType type,
EJBContainer container,
int[] operationMap,
Object primaryKey)
|
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |