| Package | Description |
|---|---|
| javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
| javax.slee.transaction |
This package defines the interfaces for the SLEE transaction manager.
|
| Class and Description |
|---|
| SleeTransactionManager
The
SleeTransactionManager interface extends the JTA
TransactionManager interface by providing asynchronous commit and rollback
operations. |
| Class and Description |
|---|
| CommitListener
The
CommitListener interface defines the callback operations that
enable a Resource Adaptor to be notified of the outcome of an asynchronous
commit operation. |
| RollbackListener
The
RollbackListener interface defines the callback operations that
enable a Resource Adaptor to be notified of the outcome of an asynchronous
rollback operation. |
| SleeTransaction
The
SleeTransaction interface extends the JTA Transaction
interface by providing asynchronous commit and rollback operations. |