|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.TimerTask
org.apache.derby.jdbc.XATransactionState.CancelXATransactionTask
private static class XATransactionState.CancelXATransactionTask
The implementation of TimerTask to cancel a global transaction.
| Field Summary | |
|---|---|
private XATransactionState |
xaState
|
| Constructor Summary | |
|---|---|
XATransactionState.CancelXATransactionTask(XATransactionState xaState)
Creates the cancellation task to be passed to a timer. |
|
| Method Summary | |
|---|---|
boolean |
cancel()
|
void |
run()
Runs the cancel task of the global transaction |
| Methods inherited from class java.util.TimerTask |
|---|
scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private XATransactionState xaState
| Constructor Detail |
|---|
public XATransactionState.CancelXATransactionTask(XATransactionState xaState)
xaState - the XA state object for the transaction to cancel| Method Detail |
|---|
public boolean cancel()
cancel in class java.util.TimerTaskpublic void run()
run in interface java.lang.Runnablerun in class java.util.TimerTask
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||