nslj.src.system
Class NslSync

java.lang.Object
  |
  +--nslj.src.system.NslSync

public class NslSync
extends java.lang.Object


Constructor Summary
NslSync()
           
 
Method Summary
 void nslNotify()
           
 void nslNotify(boolean msg)
           
 void nslNotifyAll()
           
 void nslWait()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NslSync

public NslSync()
Method Detail

nslWait

public void nslWait()

nslNotify

public void nslNotify()

nslNotify

public void nslNotify(boolean msg)

nslNotifyAll

public void nslNotifyAll()