Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.ejb Classes and Interfaces - 80 results found.
NameDescriptionTypePackageFramework
AccessLocalExceptionAn AccessLocalException is thrown to indicate that the caller does not have permission to call the method.Classjavax.ejbJava EE
AccessTimeoutSpecifies the amount of time in a given time unit that a concurrent access attempt should block before timing out.Classjavax.ejbJava EE
ActivationConfigPropertyUsed to provide information to the deployer about the configuration of a message driven bean in its operational environment.Classjavax.ejbJava EE
AfterBeginDesignate a stateful session bean method to receive the after begin session synchronization callback.Classjavax.ejbJava EE
AfterCompletionDesignate a stateful session bean method to receive the after completion session synchronization callback.Classjavax.ejbJava EE
ApplicationExceptionApplied to an exception to denote that it is an application exception and should be reported to the client directly (i.Classjavax.ejbJava EE
AsynchronousUsed to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.Classjavax.ejbJava EE
AsyncResultWraps the result of an asynchronous method call as a Future object, preserving compatability with the business interface signature.Classjavax.ejbJava EE
BeforeCompletionDesignate a stateful session bean method to receive the before completion session synchronization callback.Classjavax.ejbJava EE
ConcurrencyManagementDeclares a singleton session bean's concurrency management type.Classjavax.ejbJava EE
ConcurrencyManagementTypeenum ConcurrencyManagementTypeUsed to specify the value of the ConcurrencyManagement annotationClassjavax.ejbJava EE
ConcurrentAccessExceptionA ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton beanClassjavax.ejbJava EE
ConcurrentAccessTimeoutExceptionThis exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.Classjavax.ejbJava EE
CreateExceptionThe CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local homeClassjavax.ejbJava EE
DependsOnUsed to express an initialization dependency between singleton The container ensures that all singleton beans with which aClassjavax.ejbJava EE
DuplicateKeyExceptionThe DuplicateKeyException exception is thrown if an entity EJB object or EJB local object cannot be created because an object with theClassjavax.ejbJava EE
EJBIndicates a dependency on the local, no-interface, or remote view of an Enterprise Either the beanName or the lookup element can Classjavax.ejbJava EE
EJBAccessExceptionThis exception indicates that client access to a businessSince:EJB 3.Classjavax.ejbJava EE
EJBContainerUsed to execute an EJB application in an embeddable container.Classjavax.ejb.embeddableJava EE
EJBContainerProviderThe EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.Interfacejavax.ejb.spiJava EE
EJBContextThe EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.Interfacejavax.ejbJava EE
EJBExceptionThe EJBException is thrown to report that the invoked business method or callback method could not be completed becauseClassjavax.ejbJava EE
EJBHomeThe EJBHome interface must be extended by all enterprise beans' remote home interfaces.Interfacejavax.ejbJava EE
EJBLocalHomeThe EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.Interfacejavax.ejbJava EE
EJBLocalObjectThe EJBLocalObject interface must be extended by all enterprise beans' local interfaces.Interfacejavax.ejbJava EE
EJBMetaDataThe EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.Interfacejavax.ejbJava EE
EJBObjectThe EJBObject interface is extended by all enterprise beans' remote interfaces.Interfacejavax.ejbJava EE
EJBsDeclares multiple EJB annotations.Classjavax.ejbJava EE
EJBTransactionRequiredExceptionThis exception indicates that a request carried a null transaction context, but the target object requires an active transaction.Classjavax.ejbJava EE
EJBTransactionRolledbackExceptionThis exception is thrown to a remote client to indicate that the transaction associated with processing of the request has beenClassjavax.ejbJava EE
EnterpriseBeanThe EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.Interfacejavax.ejbJava EE
EntityBeanThe EntityBean interface is implemented by every entity bean class.Interfacejavax.ejbJava EE
EntityContextThe EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.Interfacejavax.ejbJava EE
FinderExceptionThe FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.Classjavax.ejbJava EE
HandleThe Handle interface is implemented by all EJB object handles.Interfacejavax.ejbJava EE
HandleDelegateThe HandleDelegate interface is implemented by the EJB container.Interfacejavax.ejb.spiJava EE
HomeHandleThe HomeHandle interface is implemented by all home object handles.Interfacejavax.ejbJava EE
IllegalLoopbackExceptionThis exception indicates that an attempt was made to perform an illegal loopback invocation.Classjavax.ejbJava EE
InitDesignates a method of a session bean that corresponds to a create method of an adapted home orClassjavax.ejbJava EE
LocalDeclares the local business interface(s) for a session bean.Classjavax.ejbJava EE
LocalBeanDesignates that a session bean exposes a no-interface view.Classjavax.ejbJava EE
LocalHomeDeclares the local home or adapted local home interface for a session bean.Classjavax.ejbJava EE
LockDeclares a concurrency lock for a singleton session bean with container managed concurrency.Classjavax.ejbJava EE
LockTypeConcurrency lock type for singleton beans with container-managed concurrency.Classjavax.ejbJava EE
MessageDrivenComponent-defining annotation for a message driven bean.Classjavax.ejbJava EE
MessageDrivenBeanThe MessageDrivenBean interface defines methods that the EJB container uses to notify a message driven bean instance of the instance's life cycle Interfacejavax.ejbJava EE
MessageDrivenContextThe MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-drivenInterfacejavax.ejbJava EE
NoMoreTimeoutsExceptionThis exception indicates that a calendar-based timer will not result in any more timeouts.Classjavax.ejbJava EE
NoSuchEJBExceptionA NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.Classjavax.ejbJava EE
NoSuchEntityExceptionThe NoSuchEntityException exception is thrown by an entity bean instance to its container to report that the invoked business method Classjavax.ejbJava EE
NoSuchObjectLocalExceptionA NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local EJB object or timer) that no longer exists.Classjavax.ejbJava EE
ObjectNotFoundExceptionThe ObjectNotFoundException exception is thrown by a finder or select method to indicate that the specified EJB object or local object does not exist.Classjavax.ejbJava EE
PostActivateDesignates a method to receive a callback after a stateful session bean has been activated.Classjavax.ejbJava EE
PrePassivateDesignates a method to receive a callback before a stateful session bean is passivated.Classjavax.ejbJava EE
RemoteDeclares the remote business interface(s) for a session bean.Classjavax.ejbJava EE
RemoteHomeDeclares the remote home interface or adapted remote home interface for a session bean.Classjavax.ejbJava EE
RemoveApplied to a business method of a stateful session bean class to indicate to the container that the stateful session bean is to be removed by theClassjavax.ejbJava EE
RemoveExceptionThe RemoveException is thrown at an attempt to remove an EJB object or local EJB object when the enterprise bean or theClassjavax.ejbJava EE
ScheduleSchedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.Classjavax.ejbJava EE
ScheduleExpression A calendar-based timeout expression for an enterprise bean Each attribute used to define a calendar-based timeout schedule Classjavax.ejbJava EE
SchedulesApplied to a timer callback method to schedule multiple calendar-based timers for the method.Classjavax.ejbJava EE
SessionBeanThe SessionBean interface defines methods that the EJB container uses to notify a session bean instance of the instance's life cycle events.Interfacejavax.ejbJava EE
SessionContextThe SessionContext interface provides access to the runtime session context that the container provides for a session bean instance.Interfacejavax.ejbJava EE
SessionSynchronization The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of transactionInterfacejavax.ejbJava EE
SingletonComponent-defining annotation for a singleton session bean.Classjavax.ejbJava EE
StatefulComponent-defining annotation for a stateful session bean.Classjavax.ejbJava EE
StatefulTimeoutSpecifies the amount of time a stateful session bean can be idle (not receive any client invocations) before itClassjavax.ejbJava EE
StatelessComponent-defining annotation for a stateless session bean.Classjavax.ejbJava EE
TimedObjectThe TimedObject interface contains a callback method that is used to deliver timer expiration notifications.Interfacejavax.ejbJava EE
TimeoutDesignates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an EJB 2.Classjavax.ejbJava EE
TimerThe Timer interface contains information about a timer that was created through the EJB Timer Service.Interfacejavax.ejbJava EE
TimerConfigTimerConfig is used to specify additional timer configuration settings during The info object represents a serializable objectClassjavax.ejbJava EE
TimerHandleThe TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.Interfacejavax.ejbJava EE
TimerServiceThe TimerService interface provides enterprise bean components with access to the container-provided Timer Service.Interfacejavax.ejbJava EE
TransactionAttributeThe TransactionAttribute annotation specifies whether the container is to invoke a business method within a transactionClassjavax.ejbJava EE
TransactionAttributeTypeenum TransactionAttributeTypeThe enum TransactionAttributeType is used with theClassjavax.ejbJava EE
TransactionManagementSpecifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.Classjavax.ejbJava EE
TransactionManagementTypeenum TransactionManagementTypeThe enum TransactionManagementType is used with theClassjavax.ejbJava EE
TransactionRequiredLocalExceptionThis exception is thrown to a local client to indicate that a request carried a null transaction context, but the target objectClassjavax.ejbJava EE
TransactionRolledbackLocalExceptionThis exception is thrown to a local client to indicate that the transaction associated with processing of the request has beenClassjavax.ejbJava EE