com.sun.ejb.containers
Class ContainerFactoryImpl
java.lang.Object
com.sun.ejb.containers.ContainerFactoryImpl
- All Implemented Interfaces:
- ContainerFactory
@Service
public final class ContainerFactoryImpl
- extends Object
- implements ContainerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerFactoryImpl
public ContainerFactoryImpl()
createContainer
public Container createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader,
EJBSecurityManager sm,
DeploymentContext dynamicConfigContext)
throws Exception
- Description copied from interface:
ContainerFactory
- Create the appropriate Container instance and initialize it.
- Specified by:
createContainer in interface ContainerFactory
- Parameters:
ejbDescriptor - the deployment descriptor of the EJB
for which a container is to be created.
- Throws:
Exception
Copyright © 2012 GlassFish Community. All Rights Reserved.