com.sun.ejb.containers.builder
Class StatefulContainerBuilder
java.lang.Object
com.sun.ejb.containers.builder.BaseContainerBuilder
com.sun.ejb.containers.builder.StatefulContainerBuilder
@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class StatefulContainerBuilder
- extends BaseContainerBuilder
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
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulContainerBuilder
public StatefulContainerBuilder()
createContainer
public BaseContainer createContainer(EjbDescriptor ejbDescriptor,
ClassLoader loader)
throws Exception
- Specified by:
createContainer in class BaseContainerBuilder
- Throws:
Exception
buildComponents
public void buildComponents()
throws Exception
- Specified by:
buildComponents in class BaseContainerBuilder
- Throws:
Exception
Copyright © 2012 GlassFish Community. All Rights Reserved.