Uses of Package
javax.ejb

Packages that use javax.ejb
com.bm.ejb3metadata.annotations.impl Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.metadata Implementation of meta data analysis for EJB 3.0 
com.bm.ejb3metadata.annotations.metadata.interfaces Implementation of meta data analysis for EJB 3.0 
com.bm.utils.substitues   
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 com.bm.ejb3metadata.annotations.impl
ActivationConfigProperty
          Properties used by a Message Driven Bean to set properties.
 

Classes in javax.ejb used by com.bm.ejb3metadata.annotations.metadata
ApplicationException
          An exception annotated with this annotation will be an application exception and then thrown to the user.
And by default, no rollback is done before throwing the exception.
Remove
          Call on this annotated method will do a remove of the stateful bean except if retainIfException is set to true.
TransactionAttributeType
          Available types of transactions.
TransactionManagementType
          Types of transaction management.
 

Classes in javax.ejb used by com.bm.ejb3metadata.annotations.metadata.interfaces
TransactionAttributeType
          Available types of transactions.
 

Classes in javax.ejb used by com.bm.utils.substitues
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.
EJBObject
          Used by EJB 2.1 for their business remote interface.
NoSuchObjectLocalException
          The EJB on which we call methods has been 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.
 

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 © 2008. All Rights Reserved.