com.Prominic.jFTPd
Class PulseGroup
java.lang.Object
com.Prominic.jFTPd.PulseGroup
- All Implemented Interfaces:
- java.lang.Runnable
public class PulseGroup
- extends java.lang.Object
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runlist
protected java.util.Vector runlist
instance
protected static PulseGroup instance
pulseThread
protected java.lang.Thread pulseThread
delayInterval
protected long delayInterval
threadDone
protected boolean threadDone
PulseGroup
protected PulseGroup()
add
public void add(java.lang.Runnable runner)
getInstance
public static PulseGroup getInstance()
remove
public boolean remove(java.lang.Runnable runner)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
setDelayInterval
public void setDelayInterval(long interval)