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 |
---|---|
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, setXid
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
Copyright © 2019 JBoss by Red Hat. All rights reserved.