|
Connector Architecture 1.6 API 1.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.resource.spi.work.ExecutionContext
javax.resource.spi.work.TransactionContext
public class TransactionContext
A standard 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 Summary | |
---|---|
TransactionContext()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class javax.resource.spi.work.ExecutionContext |
---|
getTransactionTimeout, getXid, setTransactionTimeout, setXid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionContext()
Method Detail |
---|
public 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 String getName()
WorkContext
. This could
be used by the WorkManager and the resource adapter for debugging
purposes.
getName
in interface WorkContext
WorkContext
|
Connector Architecture 1.6 API 1.0.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |