com.ibm.jtopenlite.command.program
Interface RetrieveSystemStatusPoolListener


public interface RetrieveSystemStatusPoolListener


Method Summary
 void extraPoolInfo(int systemPoolIdentifier, int definedSize, int currentThreads, int currentIneligibleThreads, int tuningPriority, int tuningMinimumPoolSizePercent, int tuningMaximumPoolSizePercent, int tuningMinimumFaults, int tuningPerThreadFaults, int tuningMaximumFaults, String description, int status, int tuningMinimumActivityLevel, int tuningMaximumActivityLevel)
          FORMAT_SSTS0400.
 void newPoolInfo(int systemPoolIdentifier, int poolSize, int reservedSize, int maximumActiveThreads, int databaseFaults, int databasePages, int nonDatabaseFaults, int nonDatabasePages, int activeToWait, int waitToIneligible, int activeToIneligible, String poolName, String subsystemName, String subsystemLibrary, String pagingOption)
          FORMAT_SSTS0300, FORMAT_SSTS0400.
 void newSubsystemInfo(int systemPoolIdentifier, String poolName, String subsystemName, String subsystemLibrary)
          FORMAT_SSTS0500.
 

Method Detail

newPoolInfo

void newPoolInfo(int systemPoolIdentifier,
                 int poolSize,
                 int reservedSize,
                 int maximumActiveThreads,
                 int databaseFaults,
                 int databasePages,
                 int nonDatabaseFaults,
                 int nonDatabasePages,
                 int activeToWait,
                 int waitToIneligible,
                 int activeToIneligible,
                 String poolName,
                 String subsystemName,
                 String subsystemLibrary,
                 String pagingOption)
FORMAT_SSTS0300, FORMAT_SSTS0400.


extraPoolInfo

void extraPoolInfo(int systemPoolIdentifier,
                   int definedSize,
                   int currentThreads,
                   int currentIneligibleThreads,
                   int tuningPriority,
                   int tuningMinimumPoolSizePercent,
                   int tuningMaximumPoolSizePercent,
                   int tuningMinimumFaults,
                   int tuningPerThreadFaults,
                   int tuningMaximumFaults,
                   String description,
                   int status,
                   int tuningMinimumActivityLevel,
                   int tuningMaximumActivityLevel)
FORMAT_SSTS0400.


newSubsystemInfo

void newSubsystemInfo(int systemPoolIdentifier,
                      String poolName,
                      String subsystemName,
                      String subsystemLibrary)
FORMAT_SSTS0500.