Package org.openejb.core

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

See:
          Description

Class Summary
ConnectorReference  
ContainerSystem  
CoreContext CoreContext is serializable so that it can be serialized if its referenced by a stateful bean that is being passivated (written to disk).
CoreUserTransaction Implements the bean's UserTransaction interface into the transaction monitor.
DeploymentContext  
DeploymentInfo Contains all the information needed by the container for a particular deployment.
EnvProps Class to encapsulate the configuration options available in the core implementation of the container system
Operations  
RpcContainerWrapper  
ThreadContext TODO: Add comment
TransactionManagerWrapper This class intercepts requests to the TransactonManager so that it can provide wrappers for javax.transaction.Transaction objects.
 

Package org.openejb.core Description

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

Package Specification

The core package of OpenEJB defines the main classes that implement the core functionality of the container system. In the core package are the implementations of the stateful, stateless and entity containers. These Containers and the and the classes that support them are in the packages org.openejb.core.stateful, org.openejb.core.stateless, and org.openejb.core.entity.

Related Documentation

See Also:
Container, DeploymentInfo


Copyright © 1999-2011 OpenEJB. All Rights Reserved.