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:
Serializable, WorkContext

public class TransactionContext
extends ExecutionContext
implements WorkContext

Since:
1.6
Version:
$Rev: 920245 $ $Date: 2010-03-08 10:25:34 +0100 (Mo, 08. Mär 2010) $
See Also:
Serialized Form

Constructor Summary
TransactionContext()
           
 
Method Summary
 String getDescription()
          Human readable description of the inflow context
 String getName()
          Human readable name of the inflow context
 
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

getName

public String getName()
Human readable name of the inflow context

Specified by:
getName in interface WorkContext
Returns:
human readable name of the inflow context

getDescription

public String getDescription()
Human readable description of the inflow context

Specified by:
getDescription in interface WorkContext
Returns:
human-readable description of the inflow context


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.