Package org.cybergarage.util
Class ThreadCore
java.lang.Object
org.cybergarage.util.ThreadCore
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
Advertiser,Disposer,RenewSubscriber
public class ThreadCore extends Object implements Runnable
-
Constructor Summary
Constructors Constructor Description ThreadCore() -
Method Summary
Modifier and Type Method Description ThreadgetThreadObject()booleanisRunnable()voidrestart()voidrun()voidsetThreadObject(Thread obj)voidstart()voidstop()
-
Constructor Details
-
ThreadCore
public ThreadCore()
-
-
Method Details
-
setThreadObject
-
getThreadObject
-
start
public void start() -
run
public void run() -
isRunnable
public boolean isRunnable() -
stop
public void stop() -
restart
public void restart()
-