|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.impl.util.lock.LockAttemptResult<K>
K - the type of keyfinal class LockAttemptResult<K>
The result of attempting to request a lock.
LockManager| Field Summary | |
|---|---|
(package private) Locker<K> |
conflict
A conflicting locker, if the request was not granted, or null. |
(package private) LockRequest<K> |
request
The lock request. |
| Constructor Summary | |
|---|---|
LockAttemptResult(LockRequest<K> request,
Locker<K> conflict)
Creates an instance of this class. |
|
| Method Summary | |
|---|---|
String |
toString()
Print fields, for debugging. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
final LockRequest<K> request
final Locker<K> conflict
null.
| Constructor Detail |
|---|
LockAttemptResult(LockRequest<K> request,
Locker<K> conflict)
request - the lock requestconflict - a conflicting locker or null| Method Detail |
|---|
public String toString()
toString in class Object
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||