javax.resource.spi.work
Class TransactionContext

java.lang.Object
  extended by javax.resource.spi.work.ExecutionContext
      extended by javax.resource.spi.work.TransactionContext
All Implemented Interfaces:
java.io.Serializable, WorkContext

public class TransactionContext
extends ExecutionContext
implements WorkContext

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.

Since:
1.6
Version:
Java EE Connector Architecture 1.6
See Also:
WorkContext, ExecutionContext, Serialized Form

Constructor Summary
TransactionContext()
           
 
Method Summary
 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.
 
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

TransactionContext

public TransactionContext()
Method Detail

getDescription

public java.lang.String getDescription()
Get the brief description of the role played by the WorkContext and any other related debugging information. This could be used by the WorkManager and the resource adapter for debugging purposes.

Specified by:
getDescription in interface WorkContext
Returns:
the associated description of the WorkContext

getName

public java.lang.String getName()
Get the associated name of the WorkContext. This could be used by the WorkManager and the resource adapter for debugging purposes.

Specified by:
getName in interface WorkContext
Returns:
the associated name of the WorkContext


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41