Uses of Package
com.sun.sgs.impl.util.lock

Packages that use com.sun.sgs.impl.util.lock
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.util.lock Provides utility classes for managing locks. 
 

Classes in com.sun.sgs.impl.util.lock used by com.sun.sgs.impl.kernel
BasicLocker
          Records information about an entity that requests locks from a LockManager and that permits only a single active lock request.
LockConflict
          A class for representing a conflict resulting from a lock request made to a LockManager.
Locker
          Records information about an entity that requests locks from a LockManager.
LockRequest
          A class representing a request for a lock made to a LockManager.
TxnLocker
          Records information about an entity that requests locks from a TxnLockManager as part of a transaction.
TxnLockManager
          A class for managing lock conflicts of a transaction.
 

Classes in com.sun.sgs.impl.util.lock used by com.sun.sgs.impl.util.lock
BasicLocker
          Records information about an entity that requests locks from a LockManager and that permits only a single active lock request.
Lock
          A class used to represent locks.
LockAttemptResult
          The result of attempting to request a lock.
LockConflict
          A class for representing a conflict resulting from a lock request made to a LockManager.
LockConflictType
          The type of a lock conflict detected by a LockManager.
Locker
          Records information about an entity that requests locks from a LockManager.
LockManager
          A class for managing lock conflicts.
LockRequest
          A class representing a request for a lock made to a LockManager.
MultiLockManager
          A class for managing lock conflicts where locks are not held by transactions and the locker can make simultaneous requests from multiple threads.
TxnLockManager
          A class for managing lock conflicts of a transaction.
 


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