Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.flexstor.common.threadmgr.ThreadCallbackI

Uses of ThreadCallbackI in com.flexstor.common.threadmgr
 

Fields in com.flexstor.common.threadmgr declared as ThreadCallbackI
private  ThreadCallbackI ManagedThread.callback
           
 

Methods in com.flexstor.common.threadmgr with parameters of type ThreadCallbackI
static void ThreadManager.requestService(ThreadConsumerI consumer, ThreadCallbackI callback, java.lang.Object o)
          Instructs the thread manager to run a task.
static void ThreadManager.requestService(ThreadConsumerI consumer, ThreadCallbackI callback, int nPriority, java.lang.Object o)
          Instructs the thread manager to run a task.
static void ThreadManager.requestService(java.lang.String sPoolName, java.lang.String sThreadName, ThreadConsumerI consumer, ThreadCallbackI callback, java.lang.Object o)
          Instructs the thread manager to run a task.
static void ThreadManager.requestService(java.lang.String sPoolName, java.lang.String sThreadName, ThreadConsumerI consumer, ThreadCallbackI callback, int nPriority, java.lang.Object o)
          Instructs the thread manager to run a task.
(package private)  void ManagedThread.requestService(ThreadConsumerI consumer, ThreadCallbackI callback, int nPriority, java.lang.Object o)
          Runs a request in this thread.
(package private)  void ManagedThread.requestService(java.lang.String sName, ThreadConsumerI consumer, ThreadCallbackI callback, int nPriority, java.lang.Object o)
          Runs a request in this thread.