Uses of Class
com.sun.sgs.impl.util.lock.LockAttemptResult

Packages that use LockAttemptResult
com.sun.sgs.impl.util.lock Provides utility classes for managing locks. 
 

Uses of LockAttemptResult in com.sun.sgs.impl.util.lock
 

Methods in com.sun.sgs.impl.util.lock that return LockAttemptResult
(package private)  LockAttemptResult<K> BasicLocker.getWaitingFor()
          Checks if this locker is waiting for a lock.
(package private) abstract  LockAttemptResult<K> Locker.getWaitingFor()
          Checks if this locker is waiting for a lock.
(package private)  LockAttemptResult<K> MultiLocker.getWaitingFor()
          Checks if this locker is waiting for a lock.
(package private)  LockAttemptResult<K> MultiLockManager.getWaitingFor()
          Checks if this thread is waiting for a lock.
(package private)  LockAttemptResult<K> Lock.lock(Locker<K> locker, boolean forWrite, boolean waiting)
          Attempts to obtain this lock.
 

Methods in com.sun.sgs.impl.util.lock with parameters of type LockAttemptResult
(package private)  void BasicLocker.setWaitingFor(LockAttemptResult<K> waitingFor)
          Records that this locker is waiting for a lock, or marks that it is not waiting if the argument is null.
(package private) abstract  void Locker.setWaitingFor(LockAttemptResult<K> waitingFor)
          Records that this locker is waiting for a lock, or marks that it is not waiting if the argument is null.
(package private)  void MultiLocker.setWaitingFor(LockAttemptResult<K> waitingFor)
          Records that this locker is waiting for a lock, or marks that it is not waiting if the argument is null.
(package private)  void MultiLockManager.setWaitingFor(LockAttemptResult<K> waitingFor)
          Records the lock that this thread is waiting for, or marks that it is not waiting if the argument is null.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved