ilog.mt
Class IlMutex

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

public final class IlMutex
extends java.lang.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 java.lang.InterruptedException
Excluded. 

acquire

public void acquire()
             throws java.lang.InterruptedException
Excluded. 

release

public void release()
Excluded.