Package org.cybergarage.upnp.control
Class RenewSubscriber
- java.lang.Object
-
- org.cybergarage.util.ThreadCore
-
- org.cybergarage.upnp.control.RenewSubscriber
-
- All Implemented Interfaces:
Runnable
public class RenewSubscriber extends ThreadCore
-
-
Field Summary
Fields Modifier and Type Field Description static long
INTERVAL
-
Constructor Summary
Constructors Constructor Description RenewSubscriber(ControlPoint ctrlp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlPoint
getControlPoint()
void
run()
void
setControlPoint(ControlPoint ctrlp)
-
Methods inherited from class org.cybergarage.util.ThreadCore
getThreadObject, isRunnable, restart, setThreadObject, start, stop
-
-
-
-
Field Detail
-
INTERVAL
public static final long INTERVAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RenewSubscriber
public RenewSubscriber(ControlPoint ctrlp)
-
-
Method Detail
-
setControlPoint
public void setControlPoint(ControlPoint ctrlp)
-
getControlPoint
public ControlPoint getControlPoint()
-
run
public void run()
- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classThreadCore
-
-