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 FormConstructor and Description |
---|
TransactionContext() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the brief description of the role played by the
WorkContext and any other related debugging information. |
java.lang.String |
getName()
Get the associated name of the
WorkContext . |
getTransactionTimeout, getXid, setTransactionTimeout, setXid
public java.lang.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 WorkContext
WorkContext
public java.lang.String getName()
WorkContext
. This could be
used by the WorkManager and the resource adapter for debugging purposes.
getName
in interface WorkContext
WorkContext