|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.runtime.concurrent.ISyncObject
org.jclarion.clarion.runtime.concurrent.IWaitableSyncObject
org.jclarion.clarion.runtime.concurrent.IMutex
public class IMutex
| Constructor Summary | |
|---|---|
IMutex()
|
|
| Method Summary | |
|---|---|
void |
Kill()
|
void |
Release()
|
void |
Release(int count)
|
int |
TryWait(int milliseconds)
|
void |
Wait()
|
| Methods inherited from class org.jclarion.clarion.runtime.concurrent.ISyncObject |
|---|
handleOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IMutex()
| Method Detail |
|---|
public void Release(int count)
Release in class IWaitableSyncObjectpublic int TryWait(int milliseconds)
TryWait in class IWaitableSyncObjectpublic void Kill()
Kill in class ISyncObjectpublic void Release()
Release in class ISyncObjectpublic void Wait()
Wait in class ISyncObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||