
public class TransactionContext extends ExecutionContext implements WorkContext
WorkContext that allows a Work
instance to propagate transaction related context information from an EIS to
an application server.
This class extends ExecutionContext so that a resource adapter
developer could migrate their existing code from
ExecutionContext to TransactionContext
easily.
WorkContext,
ExecutionContext,
Serialized Form| Constructor and Description |
|---|
TransactionContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the brief description of the role played by the
WorkContext and any other related debugging information. |
String |
getName()
Get the associated name of the
WorkContext. |
getTransactionTimeout, getXid, setTransactionTimeout, setXidpublic String getDescription()
WorkContext and any other related debugging information.
This could be used by the WorkManager and the resource adapter for
debugging purposes.
getDescription in interface WorkContextWorkContextpublic String getName()
WorkContext. This could
be used by the WorkManager and the resource adapter for debugging
purposes.
getName in interface WorkContextWorkContextCopyright © 2013 IronJacamar (http://www.ironjacamar.org)