@Contract
public interface ContainerFactory
| Modifier and Type | Method and Description |
|---|---|
Container |
createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
DeploymentContext deployContext)
Create the appropriate Container instance and initialize it.
|
Container createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext) throws Exception
ejbDescriptor - the deployment descriptor of the EJB
for which a container is to be created.ExceptionCopyright © 2017. All rights reserved.