|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.threading.DefaultInvoker
InvokerFactory.namedInvoker(String)
and InvokerFactory.releaseInvoker(String)
instead of it.
@Deprecated public class DefaultInvoker
Constructor Summary | |
---|---|
protected |
DefaultInvoker()
Deprecated. |
|
DefaultInvoker(java.lang.String name)
Deprecated. |
Method Summary | |
---|---|
void |
dispose()
Deprecated. Makes a hint to invoker that it's not used anymore and, PROBABLY, should be stopped and all associated resources - freed. |
static AsyncInvoker |
getSingletonInstance()
Deprecated. use InvokerFactory.namedInvoker(String) and InvokerFactory.releaseInvoker(String)
instead of it. |
void |
invoke(java.lang.Runnable target)
Deprecated. Submit the task to this invoker. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DefaultInvoker()
public DefaultInvoker(java.lang.String name)
Method Detail |
---|
@Deprecated public static AsyncInvoker getSingletonInstance()
InvokerFactory.namedInvoker(String)
and InvokerFactory.releaseInvoker(String)
instead of it.
public void invoke(java.lang.Runnable target)
AsyncInvoker
invoke
in interface AsyncInvoker
target
- Task to executepublic void dispose()
AsyncInvoker
dispose
in interface AsyncInvoker
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |