Uses of Interface
com.sun.ejb.Container
-
Packages that use Container Package Description com.sun.ejb com.sun.ejb.containers -
-
Uses of Container in com.sun.ejb
Methods in com.sun.ejb that return Container Modifier and Type Method Description ContainerContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)Create the appropriate Container instance and initialize it.ContainerComponentContext. getContainer()Get the Container instance which created this Context.Constructors in com.sun.ejb with parameters of type Container Constructor Description EjbInvocationFactory(String compEnvId, Container container) -
Uses of Container in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement Container Modifier and Type Class Description classAbstractSingletonContainerclassBaseContainerThis class implements part of the com.sun.ejb.Container interface.classBMCSingletonContainerclassCMCSingletonContainerclassStatefulSessionContainerThis class provides container functionality specific to stateful SessionBeans.classStatelessSessionContainerThis class provides container functionality specific to stateless SessionBeans.Methods in com.sun.ejb.containers that return Container Modifier and Type Method Description ContainerSingletonContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)ContainerStatefulContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)ContainerStatelessContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)ContainerEJBContextImpl. getContainer()protected ContainerEJBHomeImpl. getContainer()Called from EJBHome implementation.protected 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 Container Modifier and Type Method Description voidEjbAsyncInvocationManager. cleanupContainerTasks(Container container)FutureEjbAsyncInvocationManager. createRemoteFuture(EjbInvocation inv, Container container, GenericEJBHome ejbHome)protected voidEJBHomeInvocationHandler. postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args)protected voidEJBLocalHomeInvocationHandler. postCreate(Container container, EjbInvocation inv, InvocationInfo invInfo, Object primaryKey, Object[] args)
-