Uses of Class
com.sun.ejb.containers.BaseContainer.ContainerType

Packages that use BaseContainer.ContainerType
com.sun.ejb.containers   
 

Uses of BaseContainer.ContainerType in com.sun.ejb.containers
 

Fields in com.sun.ejb.containers declared as BaseContainer.ContainerType
protected  BaseContainer.ContainerType BaseContainer.containerType
           
 

Methods in com.sun.ejb.containers that return BaseContainer.ContainerType
 BaseContainer.ContainerType BaseContainer.getContainerType()
           
static BaseContainer.ContainerType BaseContainer.ContainerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BaseContainer.ContainerType[] BaseContainer.ContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.ejb.containers with parameters of type BaseContainer.ContainerType
BaseContainer(BaseContainer.ContainerType type, EjbDescriptor ejbDesc, java.lang.ClassLoader loader)
          This constructor is called from ContainerFactoryImpl when an EJB Jar is deployed.
EntityContainer(BaseContainer.ContainerType containerType, EjbDescriptor desc, java.lang.ClassLoader loader)
           
StatefulSessionContainer(BaseContainer.ContainerType conType, EjbDescriptor desc, java.lang.ClassLoader loader)
           
StatelessSessionContainer(BaseContainer.ContainerType conType, EjbDescriptor desc, java.lang.ClassLoader loader)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.