com.ibm.jtopenlite.command.program
Interface OpenListOfJobsSelectionListener


public interface OpenListOfJobsSelectionListener


Method Summary
 String getActiveJobStatus(int index)
           
 int getActiveJobStatusCount()
           
 String getActiveSubsystem(int index)
           
 int getActiveSubsystemCount()
           
 String getCurrentUserProfile(int index)
           
 int getCurrentUserProfileCount()
           
 String getJobName()
           
 String getJobNumber()
           
 String getJobQueueName(int index)
           
 int getJobQueueNameCount()
           
 String getJobsOnJobQueueStatus(int index)
           
 int getJobsOnJobQueueStatusCount()
           
 String getJobType()
           
 int getJobTypeEnhanced(int index)
           
 int getJobTypeEnhancedCount()
           
 int getMemoryPool(int index)
           
 int getMemoryPoolCount()
           
 String getPrimaryJobStatus(int index)
           
 int getPrimaryJobStatusCount()
           
 String getQualifiedJobName(int index)
           
 int getQualifiedJobNameCount()
           
 String getServerType(int index)
           
 int getServerTypeCount()
           
 String getUserName()
           
 

Method Detail

getJobName

String getJobName()

getUserName

String getUserName()

getJobNumber

String getJobNumber()

getJobType

String getJobType()

getPrimaryJobStatusCount

int getPrimaryJobStatusCount()

getPrimaryJobStatus

String getPrimaryJobStatus(int index)

getActiveJobStatusCount

int getActiveJobStatusCount()

getActiveJobStatus

String getActiveJobStatus(int index)

getJobsOnJobQueueStatusCount

int getJobsOnJobQueueStatusCount()

getJobsOnJobQueueStatus

String getJobsOnJobQueueStatus(int index)

getJobQueueNameCount

int getJobQueueNameCount()

getJobQueueName

String getJobQueueName(int index)

getCurrentUserProfileCount

int getCurrentUserProfileCount()

getCurrentUserProfile

String getCurrentUserProfile(int index)

getServerTypeCount

int getServerTypeCount()

getServerType

String getServerType(int index)

getActiveSubsystemCount

int getActiveSubsystemCount()

getActiveSubsystem

String getActiveSubsystem(int index)

getMemoryPoolCount

int getMemoryPoolCount()

getMemoryPool

int getMemoryPool(int index)

getJobTypeEnhancedCount

int getJobTypeEnhancedCount()

getJobTypeEnhanced

int getJobTypeEnhanced(int index)

getQualifiedJobNameCount

int getQualifiedJobNameCount()

getQualifiedJobName

String getQualifiedJobName(int index)