|
Configuration Platform SDK 7.6 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
Constructor Summary | |
DefaultInvoker(java.lang.String name)
|
Method Summary | |
void |
dispose()
Makes a hint to invoker that it's not used anymore and, PROBABLY, should be stoped and all assotiated resources - freed. |
static AsyncInvoker |
getSingletonInstance()
|
void |
invoke(java.lang.Runnable target)
Submit the task to this invoker. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultInvoker(java.lang.String name)
Method Detail |
public static AsyncInvoker getSingletonInstance()
public void invoke(java.lang.Runnable target)
AsyncInvoker
invoke
in interface AsyncInvoker
target
- Task to executepublic void dispose()
AsyncInvoker
dispose
in interface AsyncInvoker
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |