ilog.mt
Class IlMutex

java.lang.Object
  |
  +--ilog.mt.IlMutex

public final class IlMutex
extends Object


Field Summary
 long INFINITY
          Excluded.  
 
Constructor Summary
IlMutex()
          Excluded.  
 
Method Summary
 void acquire()
          Excluded.  
 boolean acquire(long timeout)
          Excluded.  
 void release()
          Excluded.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFINITY

public final long INFINITY
Excluded. 
Constructor Detail

IlMutex

public IlMutex()
Excluded. 
Method Detail

acquire

public boolean acquire(long timeout)
                throws InterruptedException
Excluded. 

acquire

public void acquire()
             throws InterruptedException
Excluded. 

release

public void release()
Excluded.