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