com.ibm.jtopenlite.command.program
Class OpenListOfMessages

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.ProgramAdapter
      extended by com.ibm.jtopenlite.command.program.OpenListOfMessages
All Implemented Interfaces:
Program

public class OpenListOfMessages
extends ProgramAdapter

QGYOLMSG This class fully implements the V5R4 specification of QGYOLMSG.


Constructor Summary
OpenListOfMessages(int lengthOfReceiverVariable, int numberOfRecordsToReturn, String sortInformation, String userOrQueueIndicator, String userOrQueueName, String queueLibrary, OpenListOfMessagesFormat format)
           
 
Method Summary
 OpenListOfMessagesFormat getInputFormat()
           
 ListInformation getListInformation()
           
 String getMessageQueue1()
           
 String getMessageQueue2()
           
 int getNumberOfQueuesUsed()
           
 int getNumberOfRecordsToReturn()
           
 String getQueueLibrary()
           
 OpenListOfMessagesSelectionListener getSelectionListener()
           
 String getSortInformation()
           
 String getUserOrQueueIndicator()
           
 String getUserOrQueueName()
           
 void setInputFormat(OpenListOfMessagesFormat format)
           
 void setNumberOfRecordsToReturn(int numberOfRecordsToReturn)
           
 void setQueueLibrary(String s)
           
 void setSelectionListener(OpenListOfMessagesSelectionListener listener)
           
 void setSortInformation(String s)
           
 void setUserOrQueueIndicator(String s)
           
 void setUserOrQueueName(String s)
           
 
Methods inherited from class com.ibm.jtopenlite.command.program.ProgramAdapter
getNumberOfParameters, getParameterInputData, getParameterInputLength, getParameterOutputLength, getParameterType, getProgramLibrary, getProgramName, getTempDataBuffer, newCall, setParameterOutputData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenListOfMessages

public OpenListOfMessages(int lengthOfReceiverVariable,
                          int numberOfRecordsToReturn,
                          String sortInformation,
                          String userOrQueueIndicator,
                          String userOrQueueName,
                          String queueLibrary,
                          OpenListOfMessagesFormat format)
Method Detail

getSelectionListener

public OpenListOfMessagesSelectionListener getSelectionListener()

setSelectionListener

public void setSelectionListener(OpenListOfMessagesSelectionListener listener)

getInputFormat

public OpenListOfMessagesFormat getInputFormat()

setInputFormat

public void setInputFormat(OpenListOfMessagesFormat format)

getListInformation

public ListInformation getListInformation()

getNumberOfRecordsToReturn

public int getNumberOfRecordsToReturn()

setNumberOfRecordsToReturn

public void setNumberOfRecordsToReturn(int numberOfRecordsToReturn)

getSortInformation

public String getSortInformation()

setSortInformation

public void setSortInformation(String s)

getUserOrQueueIndicator

public String getUserOrQueueIndicator()

setUserOrQueueIndicator

public void setUserOrQueueIndicator(String s)

getUserOrQueueName

public String getUserOrQueueName()

setUserOrQueueName

public void setUserOrQueueName(String s)

getQueueLibrary

public String getQueueLibrary()

setQueueLibrary

public void setQueueLibrary(String s)

getNumberOfQueuesUsed

public int getNumberOfQueuesUsed()

getMessageQueue1

public String getMessageQueue1()

getMessageQueue2

public String getMessageQueue2()