com.ibm.websphere.scheduler.pmi
Interface SchedulerPerf

All Known Implementing Classes:
SchedulerPmiModule

public interface SchedulerPerf

This is an IBM internal interface and should not be used by customer applications.


Method Summary
 void daemonDisabled()
          Deprecated. The daemon was disabled.
 void daemonEnabled()
          Deprecated. The daemon was enabled.
 void pollComplete(int tasksExecutedPerPoll, int collisions, int polltime)
          Deprecated. A daemon thread's poll cycle has completed.
 void pollqueryComplete(int queryTimeMS, int sizeQuery)
          Deprecated. A daemon thread's Query has completed.
 void taskCollided()
          Deprecated. A task has collided with another task from another daemon.
 void taskExecuted(int executionTimeMS, int latencySecs)
          Deprecated. A task has executed successfully.
 void taskFailed()
          Deprecated. A task has failed unexpectedly.
 

Method Detail

taskExecuted

public void taskExecuted(int executionTimeMS,
                         int latencySecs)
Deprecated. 
A task has executed successfully.


taskFailed

public void taskFailed()
Deprecated. 
A task has failed unexpectedly.


pollqueryComplete

public void pollqueryComplete(int queryTimeMS,
                              int sizeQuery)
Deprecated. 
A daemon thread's Query has completed.


pollComplete

public void pollComplete(int tasksExecutedPerPoll,
                         int collisions,
                         int polltime)
Deprecated. 
A daemon thread's poll cycle has completed.


taskCollided

public void taskCollided()
Deprecated. 
A task has collided with another task from another daemon.


daemonDisabled

public void daemonDisabled()
Deprecated. 
The daemon was disabled. Disable PMI.


daemonEnabled

public void daemonEnabled()
Deprecated. 
The daemon was enabled. Enable PMI.