Overview | Used by an object to indicate that it is transactional. |
File stem | CosTransactions |
Intended Usage
The TransactionalObject interface is used by an object to indicate that it is transactional. By inheriting from the TransactionalObject interface, an object indicates that it wants the transaction context associated with the client thread to be propagated on requests to the object.
The TransactionalObject interface defines no operations. It is simply a marker.
Note: WebSphere Application Server does not implement this interface to indicate that Enterprise JavaBeans require the use of transactional operations.
Syntax
interface TransactionalObject{};