Package org.openejb.core.stateless

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

See:
          Description

Class Summary
EncReference This class is a wrapper for an Intra-VM EJB or Connector references in the JNDI ENC of a entity bean.
EncUserTransaction  
StatelessBeanManagedTxPolicy Transaction policy for Stateless Session beans with bean-managed transaction demarcation.
StatelessContainer Stateless SessionBean container
StatelessContext This class imposes restrictions on what stateless SessionBean methods can access which SessionContext methods.
StatelessEjbHomeHandler This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatelessEjbObjectHandler This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatelessInstanceManager This instance manager has a pool limit for each bean class the pooling policy applies to how many beans maybe pooled in the method ready; it will always return a bean instance for every thread (no waiting for available instances).
 

Package org.openejb.core.stateless 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.