Uses of Package
javax.ejb

Packages that use javax.ejb
javax.ejb API used by EJB 3.0 container 
javax.ejb.spi API used by EJB 3.0 container 
 

Classes in javax.ejb used by javax.ejb
CreateException
          The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface.
This exception is used as a standard application-level exception to report a failure to create an EJB object.
EJBContext
          Allows to gets some info on the bean.
EJBException
          Thrown for unexpected exception.
EJBHome
          Used by EJB 2.1 for their business remote home interface.
EJBLocalHome
          Used by EJB 2.1 for their business local home interface.
EJBLocalObject
          Used by EJB 2.1 for their business local interface.
EJBMetaData
          Metadata of EJB provided to the client.
EJBObject
          Used by EJB 2.1 for their business remote interface.
EnterpriseBean
          Each EJB 2.1 bean needs to implement this interface.
EntityContext
          The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance.
FinderException
          The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
The exception is used as a standard application-level exception to report a failure to find the requested EJB object(s).
Handle
          The Handle interface is implemented by all EJB object handles.
HomeHandle
          The HomeHandle interface is implemented by all home object handles.
MessageDrivenContext
          The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven enterprise Bean instance.
NoSuchObjectLocalException
          The EJB on which we call methods has been removed.
RemoveException
          The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed.
SessionContext
          Context provided by Session Bean.
Timer
          The Timer interface contains information about a timer that was created through the EJB Timer Service.
TimerHandle
          The TimerHandle interface is implemented by all EJB timer handles.
TimerService
          The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
TransactionAttributeType
          Available types of transactions.
TransactionManagementType
          Types of transaction management.
 

Classes in javax.ejb used by javax.ejb.spi
EJBHome
          Used by EJB 2.1 for their business remote home interface.
EJBObject
          Used by EJB 2.1 for their business remote interface.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.