@Service(name="EntityContainerFactory") @PerLookup public final class EntityContainerFactory extends BaseContainerFactory implements org.glassfish.hk2.api.PostConstruct, ContainerFactory
| Constructor and Description |
|---|
EntityContainerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Container |
createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext)
Create the appropriate Container instance and initialize it.
|
void |
postConstruct() |
getSecurityManagerpublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic Container createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext) throws Exception
ContainerFactorycreateContainer in interface ContainerFactoryejbDescriptor - the deployment descriptor of the EJB
for which a container is to be created.ExceptionCopyright © 2019. All rights reserved.