Runnable
public class RenewSubscriber extends ThreadCore
Modifier and Type | Field | Description |
---|---|---|
static long |
INTERVAL |
Constructor | Description |
---|---|
RenewSubscriber(ControlPoint ctrlp) |
Modifier and Type | Method | Description |
---|---|---|
ControlPoint |
getControlPoint() |
|
void |
run() |
|
void |
setControlPoint(ControlPoint ctrlp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getThreadObject, isRunnable, restart, setThreadObject, start, stop
public static final long INTERVAL
public RenewSubscriber(ControlPoint ctrlp)
public void setControlPoint(ControlPoint ctrlp)
public ControlPoint getControlPoint()
public void run()
run
in interface Runnable
run
in class ThreadCore