javax.resource.spi.work
Class TransactionContext
java.lang.Object
javax.resource.spi.work.ExecutionContext
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionContext
public TransactionContext()
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.