|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.queue.MemQMutex
public class MemQMutex
| Constructor Summary | |
|---|---|
MemQMutex()
|
|
| Method Summary | |
|---|---|
void |
acquire()
Acquires lock |
boolean |
isLockAvalailable()
Checks current availability of the lock |
void |
release()
Releases lock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemQMutex()
| Method Detail |
|---|
public void acquire()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic boolean isLockAvalailable()
public void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||