Package org.objectweb.easybeans.api

Implementation of EJB 3.0 container API

See:
          Description

Interface Summary
EasyBeansInterceptor This interface will be implemented by all EasyBeans interceptors.
EasyBeansInvocationContext This interfaces adds some methods to the interface that EasyBeans interceptors will have.
EZBArchive Abstraction layer around EZB processed archive (Jar, Directories, Bundles, ...).
EZBArchiveFactory<Type> Interface used by the Archive Manager to build implementation of EZBArchive.
EZBContainer This interface represents an EasyBeans EJB Container.
EZBContainerConfig Configuration for a Container.
EZBContainerLifeCycleCallback This interface should be implemented by users which want to be notified at some lifecycle step of the container.
EZBManageableContainer Manageable interface for EZBContainer.
EZBServer Defines an EasyBeans server.
Factory<PoolType,Clue> This interface is used by all bean factories of EJB 3 container.
 

Class Summary
EZBContainerCallbackInfo Information send by containers to listeners when the callback is called.
 

Exception Summary
EZBArchiveException Exception thrown if there is a failure when handling archive.
EZBContainerException Exception thrown if there is a failure in a container lifecycle.
FactoryException Exception thrown if there is a failure in a session lifecycle.
 

Package org.objectweb.easybeans.api Description

Implementation of EJB 3.0 container API