Package org.openejb.core.stateful

The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.

See:
          Description

Interface Summary
PassivationStrategy This interface is implemented to provide a passivation strategy for stateful session beans.
 

Class Summary
BeanEntry  
EncReference This class is a wrapper for an Intra-VM EJB or Connector references in the JNDI ENC of a entity bean.
EncUserTransaction  
RAFPassivater  
SessionSynchronizationCoordinator This class manages all the SessionSynchronization instances for a given transaction.
SessionSynchronizationTxPolicy Don't wrap the following method transaction types TX_NEVER TX_NOT_SUPPORTED They never execute in a transaction and there is nothing to syncronize on.
SimplePassivater  
StatefulBeanManagedTxPolicy  
StatefulContainer Stateful SessionBean container
StatefulContainerManagedTxPolicy Wraps the TxPolicies for Stateful Session beans with container-managed transaction demarkation that do not implement the SessionSynchronization interface.
StatefulContext This class imposes restrictions on what stateful SessionBean methods can access which SessionContext methods.
StatefulEjbHomeHandler This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatefulEjbObjectHandler This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatefulInstanceManager  
 

Package org.openejb.core.stateful Description

The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.

Package Specification

Yet to come.

Related Documentation

See Also:
ContainerSystem, Container, DeploymentInfo


Copyright © 1999-2011 OpenEJB. All Rights Reserved.