org.jclarion.clarion.runtime.concurrent
Class ICriticalSection

java.lang.Object
  extended by org.jclarion.clarion.runtime.concurrent.ISyncObject
      extended by org.jclarion.clarion.runtime.concurrent.ICriticalSection

public class ICriticalSection
extends ISyncObject


Constructor Summary
ICriticalSection()
           
 
Method Summary
 void Kill()
           
 void Release()
           
 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

ICriticalSection

public ICriticalSection()
Method Detail

Kill

public void Kill()
Specified by:
Kill in class ISyncObject

Release

public void Release()
Specified by:
Release in class ISyncObject

Wait

public void Wait()
Specified by:
Wait in class ISyncObject


Copyright © 2010. All Rights Reserved.