|
|||||||||
| 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
| Constructor Summary | |
|---|---|
ExecutionContext()
|
|
| Method Summary | |
|---|---|
long |
getTransactionTimeout()
|
javax.transaction.xa.Xid |
getXid()
|
void |
setTransactionTimeout(long timeout)
|
void |
setXid(javax.transaction.xa.Xid xid)
|
| 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(javax.transaction.xa.Xid xid)
public javax.transaction.xa.Xid getXid()
public void setTransactionTimeout(long timeout)
throws NotSupportedException
NotSupportedExceptionpublic long getTransactionTimeout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||