|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.scheduler.schema.TransactionExclusiveLock.WaitingListElement
The element stored in the waiting list is the waiting thread and the transaction id of the request waiting.
| Field Summary | |
(package private) java.lang.Thread |
thread
Waiting thread |
(package private) long |
transactionId
Transaction id of the request waiting. |
| Constructor Summary | |
(package private) |
TransactionExclusiveLock.WaitingListElement(java.lang.Thread thread,
long transactionId)
Creates a new WaitingListElement instance. |
| Method Summary | |
java.lang.Thread |
getThread()
Returns the waiting thread. |
long |
getTransactionId()
Returns the transaction id of the request waiting. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.Thread thread
long transactionId
| Constructor Detail |
TransactionExclusiveLock.WaitingListElement(java.lang.Thread thread,
long transactionId)
WaitingListElement instance.
thread - the waiting thread.transactionId - the transaction id of the request waiting.| Method Detail |
public long getTransactionId()
int valuepublic java.lang.Thread getThread()
Thread value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||