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

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

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

Methods in com.sun.sgs.impl.util.lock that return Lock
(package private)  Lock<K> LockManager.getLock(K key, Map<K,Lock<K>> keyMap)
          Returns the lock associated with the specified key from the key map, which should be the one returned by calling getKeyMap.
 

Methods in com.sun.sgs.impl.util.lock that return types with arguments of type Lock
(package private)  Map<K,Lock<K>> LockManager.getKeyMap(K key)
          Returns the key map to use for the specified key.
 

Method parameters in com.sun.sgs.impl.util.lock with type arguments of type Lock
(package private)  Lock<K> LockManager.getLock(K key, Map<K,Lock<K>> keyMap)
          Returns the lock associated with the specified key from the key map, which should be the one returned by calling getKeyMap.
 


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