|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
afterBegin method notifies a stateful session bean instance that a new
transaction has started, and that the subsequent business methods on the
instance will be invoked in the context of the transaction.
afterCompletion method notifies a stateful session bean instance that a
transaction commit protocol has completed, and tells the instance
whether the transaction has been committed or rolled back.
Future
object, preserving compatability with the business interface signature.beforeCompletion method notifies a stateful session bean instance that
a transaction is about to be committed.
ConcurrencyManagement annotation
for a singleton session bean.EJB annotations.java.security.Principal that identifies the caller.
info object made available to timer callbacks.
HandleDelegate interface is implemented by the EJB container.create<METHOD> method of an adapted home or
local home interface (an interface that adapts an EJB 2.1 or earlier
EJBHome or EJBLocalHome client view respectively).java: namespace.
info object made available to timer callbacks.
TimedObject interface contains a callback method
that is used to deliver timer expiration notifications.Timer interface contains information about a timer
that was created through the EJB Timer Service.TransactionAttribute annotation specifies whether
the container is to invoke a business method within a transaction
context.TransactionAttributeType is used with the
TransactionAttribute annotation to specify whether the
methods of a session bean or message driven bean are called with a
valid transaction context.TransactionManagementType is used with the
TransactionManagement annotation to specify whether
container-managed or bean-managed transaction management is used.cancel method on the
client Future object corresponding to the currently executing
asynchronous business method.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||