 |
- java.lang.Object
-
- org.springframework.scheduling.commonj.DelegatingWork
-
-
Constructor Summary
Constructors
Constructor and Description |
DelegatingWork(java.lang.Runnable delegate)
Deprecated.
Create a new DelegatingWork.
|
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
java.lang.Runnable |
getDelegate()
Deprecated.
Return the wrapped Runnable implementation.
|
boolean |
isDaemon()
Deprecated.
|
void |
release()
Deprecated.
This implementation is empty, since we expect the Runnable
to terminate based on some specific shutdown signal.
|
void |
run()
Deprecated.
Delegates execution to the underlying Runnable.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
|