java.lang.Object
org.camunda.bpm.container.impl.threading.ra.commonj.CommonjDeamonWorkRunnableAdapter
- All Implemented Interfaces:
commonj.work.Work
, Runnable
public class CommonjDeamonWorkRunnableAdapter
extends Object
implements commonj.work.Work
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
CommonjDeamonWorkRunnableAdapter
public CommonjDeamonWorkRunnableAdapter(Runnable runnable)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable
-
isDaemon
public boolean isDaemon()
- Specified by:
isDaemon
in interface commonj.work.Work
-
release
public void release()
- Specified by:
release
in interface commonj.work.Work