|
Préférences
Moteurs de recherche
|
||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.resource.spi.work
|
|||||||||||||||||
| Constructor Summary | |
|---|---|
ExecutionContext()
|
|
| Method Summary | |
|---|---|
long |
getTransactionTimeout()
Get the transaction timeout value for a imported transaction. |
Xid |
getXid()
|
void |
setTransactionTimeout(long timeout)
Set the transaction timeout value for a imported transaction. |
void |
setXid(Xid xid)
set a transaction context. |
| 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)
xid - transaction context.public Xid getXid()
public void setTransactionTimeout(long timeout)
throws NotSupportedException
timeout - transaction timeout value in seconds. Only positive
non-zero values are accepted. Other values are illegal and are
rejected with a NotSupportedException.
NotSupportedException - thrown to indicate an illegal timeout
value.public long getTransactionTimeout()
WorkManager.UNKNOWN)
is returned; such a transaction is excluded from regular
timeout processing.