| 
|||||||||
| 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 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 | 
|---|
public TransactionContext()
| Method Detail | 
|---|
public java.lang.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 WorkContextWorkContextpublic java.lang.String getName()
WorkContext. This could be
 used by the WorkManager and the resource adapter for debugging purposes.
 
getName in interface WorkContextWorkContext
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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