Uses of Interface
com.sun.ejb.Container
Packages that use Container
-
Uses of Container in com.sun.ejb
Methods in com.sun.ejb that return ContainerModifier and TypeMethodDescriptionContainerFactory.createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext) Create the appropriate Container instance and initialize it.ComponentContext.getContainer()Get the Container instance which created this Context.Constructors in com.sun.ejb with parameters of type Container -
Uses of Container in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ContainerModifier and TypeClassDescriptionclassclassThis class implements part of the com.sun.ejb.Container interface.classclassfinal classThis class provides container functionality specific to stateful SessionBeans.classThis class provides container functionality specific to stateless SessionBeans.Methods in com.sun.ejb.containers that return ContainerModifier and TypeMethodDescriptionSingletonContainerFactory.createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext) StatefulContainerFactory.createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext) StatelessContainerFactory.createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext) final ContainerEJBContextImpl.getContainer()protected final ContainerEJBHomeImpl.getContainer()Called from EJBHome implementation.protected final ContainerEJBLocalRemoteObject.getContainer()Container needs to be accessed from generated code as well as from other classes in this package.Methods in com.sun.ejb.containers with parameters of type ContainerModifier and TypeMethodDescriptionvoidEjbAsyncInvocationManager.cleanupContainerTasks(Container container) EjbAsyncInvocationManager.createRemoteFuture(EjbInvocation inv, Container container, GenericEJBHome ejbHome) protected voidEJBHomeInvocationHandler.postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args) Default impl to be overridden in subclass if necessary.protected voidEJBLocalHomeInvocationHandler.postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args)