Uses of Class
org.jgroups.util.RWLock.BlockException

Packages that use RWLock.BlockException
org.jgroups.util   
 

Uses of RWLock.BlockException in org.jgroups.util
 

Methods in org.jgroups.util that throw RWLock.BlockException
 void RWLock.readLockNoBlock()
          Obtain the read lock immediatelly or throw an exception if an attempt to get the read lock would block this call
 void RWLock.writeLockNoBlock()
          Obtain the write lock immediatelly or throw an exception if an attempt to get the write lock would block this call
 



Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.