Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Uses of Package
javax.ejb

Packages that use javax.ejb
javax.ejb   
javax.ejb.embeddable   
javax.ejb.spi   
 

Classes in javax.ejb used by javax.ejb
ConcurrencyManagementType
          Concurrency management type for a singleton or stateful session bean.
ConcurrentAccessException
          A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress.
CreateException
          The CreateException exception must be included in the throws clauses of all create(...) methods define in an enterprise Bean's remote interface.
EJBContext
          The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise Bean instance.
EJBException
          The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBHome
          The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
EJBLocalHome
          The EJBLocalHome interface must be extended by all enterprise Beans' local home interfaces.
EJBLocalObject
          The EJBLocalObject interface must be extended by all enterprise Beans' local interfaces.
EJBMetaData
          The EJBMetaData interface allows a client to obtain the enterprise Bean's meta-data information.
EJBObject
          The EJBObject interface is extended by all enterprise Bean's remote interface.
EnterpriseBean
          The EnterpriseBean interface must be implemented by every enterprise Bean class.
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.
Handle
          The Handle interface is implemented by all EJB object handles.
HomeHandle
          The HomeHandle interface is implemented by all home object handles.
LockType
          Concurrency lock type.
MessageDrivenContext
          The MessageDrivenContext interface provides an instance with access to the container-provided runtime context of a message-driven enterprise bean instance.
NoMoreTimeoutsException
          This exception indicates that a calendar-based timer will not result in any more timeouts.
NoSuchObjectLocalException
          A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists.
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.
ScheduleExpression
          A calendar-based timeout expression for an enterprise bean timer.
SessionContext
          The SessionContext interface provides access to the runtime session context that the container provides for a session enterprise Bean instance.
Timer
          The Timer interface contains information about a timer that was created through the EJB Timer Service
TimerConfig
          TimerConfig is used to specify additional timer configuration settings during timer creation.
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
          Enum for the types of TransactionAttributes
TransactionManagementType
          Enums for the TransactionManagement types
 

Classes in javax.ejb used by javax.ejb.embeddable
EJBException
          The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
 

Classes in javax.ejb used by javax.ejb.spi
EJBException
          The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBHome
          The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
EJBObject
          The EJBObject interface is extended by all enterprise Bean's remote interface.
 


Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.