OSMQ
v2.0.1

osmq.util
Class DataLock

java.lang.Object
  extended byosmq.util.DataLock

public class DataLock
extends java.lang.Object


Constructor Summary
DataLock()
           
 
Method Summary
 void clearAll()
           
 boolean islocked()
           
 void lock()
           
 void unlock()
           
 void waitForUnlock()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataLock

public DataLock()
Method Detail

waitForUnlock

public void waitForUnlock()
                   throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

clearAll

public void clearAll()

islocked

public boolean islocked()

lock

public void lock()

unlock

public void unlock()

(c) 2000 - 2003 MQue Systems
All Rights Reserved