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 {@link org.openejb.core.stateful}, {@link org.openejb.core.stateless}, and {@link org.openejb.core.entity}.

Related Documentation

@see org.openejb.core.ContainerSystem @see org.openejb.core.ContainerManager @see org.openejb.core.Container @see org.openejb.core.DeploymentInfo