|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.resource.spi.work.ExecutionContext
public class ExecutionContext
The context for a work creation.
| Constructor Summary | |
|---|---|
ExecutionContext()
|
|
| Method Summary | |
|---|---|
long |
getTransactionTimeout()
Returns the timeout |
Xid |
getXid()
|
void |
setTransactionTimeout(long timeout)
Returns the timeout |
void |
setXid(Xid xid)
Sets the transaction id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionContext()
| Method Detail |
|---|
public void setXid(Xid xid)
public Xid getXid()
public long getTransactionTimeout()
public void setTransactionTimeout(long timeout)
throws NotSupportedException
NotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||