|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.containers.builder.BaseContainerBuilder
com.sun.ejb.containers.builder.StatefulContainerBuilder
@Service @Scoped(value=org.jvnet.hk2.component.PerLookup.class) public class StatefulContainerBuilder
A builder for StatefulSessionContainer. Takes care of building / initializing the StatefulSessionContainer with the following classes: a) Cache (LRU / NRU / FIFO / UnBounded) b) SFSBStoreManager (Using PersistenceStrategyBuilder) c) Cache passivation task (if idle-timeout is greater than 0) d) Passivated sessions removal task (if removal-timeout is greater than 0) e) CheckpointPolicy (if ha enabled) f) SFSBUUIDUtil g) BeanLifecycleManager
| Field Summary |
|---|
| Fields inherited from class com.sun.ejb.containers.builder.BaseContainerBuilder |
|---|
_logger, baseContainer, ejbDescriptor, loader |
| Constructor Summary | |
|---|---|
StatefulContainerBuilder()
|
|
| Method Summary | |
|---|---|
void |
buildComponents()
|
BaseContainer |
createContainer(EjbDescriptor ejbDescriptor,
java.lang.ClassLoader loader)
|
| Methods inherited from class com.sun.ejb.containers.builder.BaseContainerBuilder |
|---|
buildContainer, getContainer, getDynamicDeploymentContext, getIPAddress, getPort, postInitialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatefulContainerBuilder()
| Method Detail |
|---|
public BaseContainer createContainer(EjbDescriptor ejbDescriptor,
java.lang.ClassLoader loader)
throws java.lang.Exception
createContainer in class BaseContainerBuilderjava.lang.Exception
public void buildComponents()
throws java.lang.Exception
buildComponents in class BaseContainerBuilderjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||