Package org.objectweb.easybeans.api

Implementation of EJB 3.0 container API

See:
          Description

Interface Summary
EasyBeansDependencyInjection This interface is used by all classes that supports dependency inection.
EasyBeansInterceptor This interface will be implemented by all EasyBeans interceptors.
EasyBeansInvocationContext This interfaces adds some methods to the interface that EasyBeans interceptors will have.
EZBContainer This interface represents an EasyBeans EJB Container.
EZBContainerLifeCycleCallback This interface should be implemented by users which want to be notified at some lifecycle step of the container.
Factory 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
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