pase.server
Class PaseEvent

java.lang.Object
  extended by pase.server.PaseEvent

public class PaseEvent
extends java.lang.Object


Field Summary
static int completeTaskCount
           
static int createProcessCount
           
static com.flowring.pase.module.http.processor.PaseCommandProcessor pcp
           
static int taskListCount
           
static int taskListIDCount
           
static int waitThreadCount
           
 
Constructor Summary
PaseEvent()
           
 
Method Summary
static void fireAddWaitThreadCountEvent()
           
static void fireCompleteTaskEvent()
           
static void fireCreateProcessEvent()
           
static void fireGetTaskIDListOfMemberEvent()
           
static void fireGetTaskOfMemberEvent()
           
static void fireRemoveWaitThreadCountEvent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pcp

public static com.flowring.pase.module.http.processor.PaseCommandProcessor pcp

createProcessCount

public static int createProcessCount

completeTaskCount

public static int completeTaskCount

taskListCount

public static int taskListCount

taskListIDCount

public static int taskListIDCount

waitThreadCount

public static int waitThreadCount
Constructor Detail

PaseEvent

public PaseEvent()
Method Detail

fireAddWaitThreadCountEvent

public static void fireAddWaitThreadCountEvent()

fireRemoveWaitThreadCountEvent

public static void fireRemoveWaitThreadCountEvent()

fireCreateProcessEvent

public static void fireCreateProcessEvent()

fireCompleteTaskEvent

public static void fireCompleteTaskEvent()

fireGetTaskIDListOfMemberEvent

public static void fireGetTaskIDListOfMemberEvent()

fireGetTaskOfMemberEvent

public static void fireGetTaskOfMemberEvent()