@Service(name="StatefulContainerFactory") @PerLookup public class StatefulContainerFactory extends BaseContainerFactory implements org.glassfish.hk2.api.PostConstruct, ContainerFactory
| Constructor and Description |
|---|
StatefulContainerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildComponents(byte[] ipAddress,
int port,
DeploymentContext dc) |
Container |
createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext)
Create the appropriate Container instance and initialize it.
|
void |
postConstruct() |
getSecurityManagerprotected static final Logger _logger
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void buildComponents(byte[] ipAddress,
int port,
DeploymentContext dc)
throws Exception
Exceptionpublic 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.