com.ibm.jtopenlite.components

Interface ActiveJobsListener



  • public interface ActiveJobsListener
    Order of operations:
    • totalRecords()
    • start loop
      • newJobInfo()
      • other various setters
    • end loop
    • Method Detail

      • totalRecords

        void totalRecords(int total)
      • newJobInfo

        void newJobInfo(JobInfo info,
                      int index)
      • subsystem

        void subsystem(java.lang.String s,
                     int index)
      • functionPrefix

        void functionPrefix(java.lang.String s,
                          int index)
      • functionName

        void functionName(java.lang.String s,
                        int index)
      • currentUser

        void currentUser(java.lang.String s,
                       int index)
      • totalCPUUsed

        void totalCPUUsed(long cpu,
                        int index)
      • memoryPool

        void memoryPool(java.lang.String s,
                      int index)
      • cpuPercent

        void cpuPercent(int i,
                      int index)
      • threadCount

        void threadCount(int i,
                       int index)
      • runPriority

        void runPriority(int i,
                       int index)