- EJB - Annotation Type in javax.ejb
-
The EJB annotation denotes a reference to an EJB 3.0 session bean.
- EJBAccessException - Exception in javax.ejb
-
An AccessLocalException is thrown to indicate that the caller does not
have permission to call the method.
- EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
-
Constructs an AccessLocalException with no detail message.
- EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
-
Constructs an AccessLocalException with the specified detail message.
- ejbActivate() - Method in interface javax.ejb.EntityBean
-
A container invokes this method when the instance is taken out of the pool of available
instances to become associated with a specific EJB object.
- ejbActivate() - Method in interface javax.ejb.SessionBean
-
The activate method is called when the instance is activated from its "passive" state.
- EJBContext - Interface in javax.ejb
-
The EJBContext interface provides an instance with access to the
container-provided runtime context of an enterprise Bean instance.
- EJBException - Exception in javax.ejb
-
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.
- EJBException() - Constructor for exception javax.ejb.EJBException
-
Constructs an EJBException with no detail message.
- EJBException(String) - Constructor for exception javax.ejb.EJBException
-
Constructs an EJBException with the specified detailed message.
- EJBException(Exception) - Constructor for exception javax.ejb.EJBException
-
Constructs an EJBException that embeds the originally thrown exception.
- EJBException(String, Exception) - Constructor for exception javax.ejb.EJBException
-
Constructs an EJBException with the specified message and the
originally throw exception.
- EJBHome - Interface in javax.ejb
-
The EJBHome interface must be extended by all enterprise Beans' remote home interfaces.
- ejbLoad() - Method in interface javax.ejb.EntityBean
-
A container invokes this method to instruct the instance to synchronize its state by loading
it state from the underlying database.
- EJBLocalHome - Interface in javax.ejb
-
The EJBLocalHome interface must be extended by all enterprise Beans'
local home interfaces.
- EJBLocalObject - Interface in javax.ejb
-
The EJBLocalObject interface must be extended by all enterprise
Beans' local interfaces.
- EJBMetaData - Interface in javax.ejb
-
The EJBMetaData interface allows a client to obtain the enterprise
Bean's meta-data information.
- EJBObject - Interface in javax.ejb
-
The EJBObject interface is extended by all enterprise Bean's remote
interface.
- ejbPassivate() - Method in interface javax.ejb.EntityBean
-
A container invokes this method on an instance before the instance becomes disassociated with
a specific EJB object.
- ejbPassivate() - Method in interface javax.ejb.SessionBean
-
The passivate method is called before the instance enters the "passive" state.
- ejbRemove() - Method in interface javax.ejb.EntityBean
-
A container invokes this method before it removes the EJB object that is currently associated
with the instance.
- ejbRemove() - Method in interface javax.ejb.MessageDrivenBean
-
A container invokes this method before it ends the life of the message-driven object.
- ejbRemove() - Method in interface javax.ejb.SessionBean
-
A container invokes this method before it ends the life of the session object.
- EJBs - Annotation Type in javax.ejb
-
The EJBs annotation is used to specify multiple EJB 3.0 session bean
references on a bean class.
- ejbStore() - Method in interface javax.ejb.EntityBean
-
A container invokes this method to instruct the instance to synchronize its state by storing it to
the underlying database.
- ejbTimeout(Timer) - Method in interface javax.ejb.TimedObject
-
Invoked by the EJB container upon timer expiration.
- EJBTransactionRequiredException - Exception in javax.ejb
-
This exception indicates that a request carried a null transaction context,
but the target object requires an activate transaction.
- EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
-
Constructs a TransactionRequiredLocalException with no detail message.
- EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
-
Constructs a TransactionRequiredLocalException with the specified detailed message.
- EJBTransactionRolledbackException - Exception in javax.ejb
-
This exception indicates that the transaction associated with processing
of the request has been rolled back, or marked to roll back.
- EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
-
Constructs a TransactionRolledbackLocalException with no detail message.
- EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
-
Constructs a TransactionRolledbackLocalException with the specified detailed message.
- EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
-
Constructs a TransactionRolledbackLocalException with the specified detail
message and a nested exception.
- EnterpriseBean - Interface in javax.ejb
-
The EnterpriseBean interface must be implemented by every enterprise Bean class.
- EntityBean - Interface in javax.ejb
-
The EntityBean interface is implemented by every entity enterprise
Bean class.
- EntityContext - Interface in javax.ejb
-
The EntityContext interface provides an instance with access to
the container-provided runtime context of an entity enterprise Bean
instance.
- ExcludeClassInterceptors - Annotation Type in javax.interceptor
-
- ExcludeDefaultInterceptors - Annotation Type in javax.interceptor
-
- Generated - Annotation Type in javax.annotation
-
The Generated annoation is used to mark source code that has been generated.
- getBusinessObject(Class<T>) - Method in interface javax.ejb.SessionContext
-
Returns the session bean�s business interface.
- getCallerIdentity() - Method in interface javax.ejb.EJBContext
-
Deprecated. Use Principal getCallerPrincipal() instead.
- getCallerPrincipal() - Method in interface javax.ejb.EJBContext
-
Obtains the java.security.Principal of the caller.
- getCausedByException() - Method in exception javax.ejb.EJBException
-
Obtain the exception that caused the EJBException being thrown.
- getContextData() - Method in interface javax.interceptor.InvocationContext
-
Returns the context data associated with this invocation or lifecycle callback.
- getEJBHome() - Method in interface javax.ejb.EJBContext
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface javax.ejb.EJBMetaData
-
Obtains the home interface of the enterprise Bean.
- getEJBHome() - Method in interface javax.ejb.EJBObject
-
Obtain the enterprise Bean's remote home interface.
- getEJBHome() - Method in interface javax.ejb.HomeHandle
-
Obtains the home object represented by this handle.
- getEJBLocalHome() - Method in interface javax.ejb.EJBContext
-
Obtain the enterprise bean's local home interface.
- getEJBLocalHome() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the enterprise Bean's local home interface.
- getEJBLocalObject() - Method in interface javax.ejb.EntityContext
-
Obtain a reference to the EJB local object that is currently associated with the instance.
- getEJBLocalObject() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the EJB local object that is currently associated with the instance.
- getEJBMetaData() - Method in interface javax.ejb.EJBHome
-
Obtain the EJBMetaData interface for the enterprise Bean.
- getEJBObject() - Method in interface javax.ejb.EntityContext
-
Obtain a reference to the EJB object that is currently associated with the instance.
- getEJBObject() - Method in interface javax.ejb.Handle
-
Obtains the EJB object reference represented by this handle.
- getEJBObject() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the EJB object that is currently associated with the instance.
- getEnvironment() - Method in interface javax.ejb.EJBContext
-
Deprecated. Use the JNDI naming context java:comp/env to access enterprise bean's environment.
- getHandle() - Method in interface javax.ejb.EJBObject
-
Obtain a handle for the EJB object.
- getHandle() - Method in interface javax.ejb.Timer
-
Get a serializable handle to the timer.
- getHomeHandle() - Method in interface javax.ejb.EJBHome
-
Obtain a handle for the remote home object.
- getHomeInterfaceClass() - Method in interface javax.ejb.EJBMetaData
-
Obtains the Class object for the enterprise Bean's home interface.
- getInfo() - Method in interface javax.ejb.Timer
-
Get the information associated with the timer at the time of creation.
- getInvokedBusinessInterface() - Method in interface javax.ejb.SessionContext
-
Returns the session bean business interface through which the bean was invoked.
- getMessageContext() - Method in interface javax.ejb.SessionContext
-
Obtain a reference to the JAX-RPC MessageContext.
- getMethod() - Method in interface javax.interceptor.InvocationContext
-
- getNextTimeout() - Method in interface javax.ejb.Timer
-
Get the point in time at which the next timer expiration is scheduled to occur.
- getParameters() - Method in interface javax.interceptor.InvocationContext
-
- getPrimaryKey() - Method in interface javax.ejb.EJBLocalObject
-
Obtain the primary key of the EJB local object.
- getPrimaryKey() - Method in interface javax.ejb.EJBObject
-
Obtain the primary key of the EJB object.
- getPrimaryKey() - Method in interface javax.ejb.EntityContext
-
Obtain the primary key of the EJB object that is currently associated with this instance.
- getPrimaryKeyClass() - Method in interface javax.ejb.EJBMetaData
-
Obtains the Class object for the enterprise Bean's primary key class.
- getRemoteInterfaceClass() - Method in interface javax.ejb.EJBMetaData
-
Obtains the Class object for the enterprise Bean's remote interface.
- getRollbackOnly() - Method in interface javax.ejb.EJBContext
-
Test if the transaction has been marked for rollback only.
- getTarget() - Method in interface javax.interceptor.InvocationContext
-
- getTimer() - Method in interface javax.ejb.TimerHandle
-
Obtain a reference to the timer represented by this handle.
- getTimeRemaining() - Method in interface javax.ejb.Timer
-
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
- getTimers() - Method in interface javax.ejb.TimerService
-
Get all the active timers associated with this bean.
- getTimerService() - Method in interface javax.ejb.EJBContext
-
Get access to the EJB Timer Service.
- getUserTransaction() - Method in interface javax.ejb.EJBContext
-
Obtain the transaction demarcation interface.
- NoSuchEJBException - Exception in javax.ejb
-
A NoSuchEJBException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
- NoSuchEJBException() - Constructor for exception javax.ejb.NoSuchEJBException
-
Constructs a NoSuchEJBException with no detail message.
- NoSuchEJBException(String) - Constructor for exception javax.ejb.NoSuchEJBException
-
Constructs a NoSuchEJBException with the specified detailed message.
- NoSuchEJBException(String, Exception) - Constructor for exception javax.ejb.NoSuchEJBException
-
Constructs a NoSuchEJBException with the specified detail message and a
nested exception.
- NoSuchEntityException - Exception in javax.ejb
-
The NoSuchEntityException exception is thrown by an Entity Bean
instance to its container to report that the invoked business method
or callback method could not be completed because of the underlying
entity was removed from the database.
- NoSuchEntityException() - Constructor for exception javax.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException with no detail message.
- NoSuchEntityException(String) - Constructor for exception javax.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException with the specified detailed message.
- NoSuchEntityException(Exception) - Constructor for exception javax.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException that embeds the originally thrown exception.
- NoSuchObjectLocalException - Exception in javax.ejb
-
A NoSuchObjectLocalException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
- NoSuchObjectLocalException() - Constructor for exception javax.ejb.NoSuchObjectLocalException
-
Constructs a NoSuchObjectLocalException with no detail message.
- NoSuchObjectLocalException(String) - Constructor for exception javax.ejb.NoSuchObjectLocalException
-
Constructs a NoSuchObjectLocalException with the specified detailed message.
- NoSuchObjectLocalException(String, Exception) - Constructor for exception javax.ejb.NoSuchObjectLocalException
-
Constructs a NoSuchObjectLocalException with the specified detail message and a
nested exception.
- readEJBHome(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
-
Deserialize the EJBHome reference corresponding to a HomeHandle.
- readEJBObject(ObjectInputStream) - Method in interface javax.ejb.spi.HandleDelegate
-
Deserialize the EJBObject reference corresponding to a Handle.
- Remote - Annotation Type in javax.ejb
-
Bean class annotation that specifies remote interfaces of the Session bean.
- RemoteHome - Annotation Type in javax.ejb
-
Annotation for specifying the remote home interface for a bean
- remove(Handle) - Method in interface javax.ejb.EJBHome
-
Remove an EJB object identified by its handle.
- remove(Object) - Method in interface javax.ejb.EJBHome
-
Remove an EJB object identified by its primary key.
- remove(Object) - Method in interface javax.ejb.EJBLocalHome
-
Remove an EJB object identified by its primary key.
- remove() - Method in interface javax.ejb.EJBLocalObject
-
Remove the EJB local object.
- remove() - Method in interface javax.ejb.EJBObject
-
Remove the EJB object.
- Remove - Annotation Type in javax.ejb
-
Annotation to mark a method that will remove a stateful session on completion
- RemoveException - Exception in javax.ejb
-
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.
- RemoveException() - Constructor for exception javax.ejb.RemoveException
-
Constructs an RemoveException with no detail message.
- RemoveException(String) - Constructor for exception javax.ejb.RemoveException
-
Constructs an RemoveException with the specified detail message.
- Resource - Annotation Type in javax.annotation
-
The Resource annotation is used to express a dependency on an external
resource in the bean’s environment.
- Resource.AuthenticationType - Enum in javax.annotation
-
Enums for whether the container or bean is to perform authentication.
- Resources - Annotation Type in javax.annotation
-
Specify a collection of Resources on a bean class.
- RolesAllowed - Annotation Type in javax.annotation.security
-
The value of the RolesAllowed annotation is a list of security role names to
be mapped to the security roles that are permitted to execute the specified
method(s).
- RunAs - Annotation Type in javax.annotation.security
-
The Bean Provider can use the RunAs metadata annotation or the Bean Provider
or Application Assembler can use the run-as deployment descriptor element to
define a run-as identity for an enterprise bean in the deployment descriptor.
- TimedObject - Interface in javax.ejb
-
The TimedObject interface contains the callback method that is used
to deliver timer expiration notifications.
- Timeout - Annotation Type in javax.ejb
-
Marks an ejbTimeout callback method:
public void (Timer timer)
- Timer - Interface in javax.ejb
-
The Timer interface contains information about a timer that was created
through the EJB Timer Service
- TimerHandle - Interface in javax.ejb
-
The TimerHandle interface is implemented by all EJB timer handles.
- TimerService - Interface in javax.ejb
-
The TimerService interface provides enterprise bean components with access to the
container-provided Timer Service.
- TransactionAttribute - Annotation Type in javax.ejb
-
The TransactionManagement annotation specifies the transaction management
demarcation type of a session bean or message-driven bean.
- TransactionAttributeType - Enum in javax.ejb
-
Enum for the types of TransactionAttributes
- TransactionManagement - Annotation Type in javax.ejb
-
The TransactionManagement annotation specifies the transaction management
demarcation type of a session bean or message-driven bean.
- TransactionManagementType - Enum in javax.ejb
-
Enums for the TransactionManagement types
- TransactionRequiredLocalException - Exception in javax.ejb
-
This exception indicates that a request carried a null transaction context,
but the target object requires an activate transaction.
- TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
-
Constructs a TransactionRequiredLocalException with no detail message.
- TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
-
Constructs a TransactionRequiredLocalException with the specified detailed message.
- TransactionRolledbackLocalException - Exception in javax.ejb
-
This exception indicates that the transaction associated with processing
of the request has been rolled back, or marked to roll back.
- TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
Constructs a TransactionRolledbackLocalException with no detail message.
- TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
Constructs a TransactionRolledbackLocalException with the specified detailed message.
- TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
Constructs a TransactionRolledbackLocalException with the specified detail
message and a nested exception.