com.sun.ejb.containers.builder
Class BaseContainerBuilder
java.lang.Object
com.sun.ejb.containers.builder.BaseContainerBuilder
- Direct Known Subclasses:
- StatefulContainerBuilder
public abstract class BaseContainerBuilder
- extends Object
(Abstract)Base class for all ContainerBuilders
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_logger
protected static final Logger _logger
ejbDescriptor
protected EjbDescriptor ejbDescriptor
loader
protected ClassLoader loader
baseContainer
protected BaseContainer baseContainer
BaseContainerBuilder
public BaseContainerBuilder()
buildContainer
public final void buildContainer(DeploymentContext dynamicDeploymentContext,
EjbDescriptor ejbDescriptor,
ClassLoader loader)
throws Exception
- Throws:
Exception
getContainer
public final BaseContainer getContainer()
postInitialize
public final void postInitialize(SecurityManager sm)
createContainer
protected abstract BaseContainer createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader)
throws Exception
- Throws:
Exception
buildComponents
protected abstract void buildComponents()
throws Exception
- Throws:
Exception
getIPAddress
protected byte[] getIPAddress()
getPort
protected int getPort()
getDynamicDeploymentContext
protected DeploymentContext getDynamicDeploymentContext()
Copyright © 2012 GlassFish Community. All Rights Reserved.