com.ibm.jtopenlite.command.program
Class RetrieveAuthorizedUsers

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

public class RetrieveAuthorizedUsers
extends ProgramAdapter

QSYRAUTU


Field Summary
static String ENDING_PROFILE_LAST
           
static int FORMAT_AUTU0100
           
static int FORMAT_AUTU0150
           
static int FORMAT_AUTU0200
           
static int FORMAT_AUTU0250
           
static String GROUP_NO_GROUP
           
static String GROUP_NONE
           
static String SELECTION_ALL
           
static String SELECTION_GROUP
           
static String SELECTION_MEMBER
           
static String SELECTION_USER
           
static String STARTING_PROFILE_FIRST
           
 
Constructor Summary
RetrieveAuthorizedUsers(int format, int lengthOfReceiverVariable, String selectionCriteria, String startingProfileName, boolean includeStartingProfile, String groupProfileName, String endingProfileName)
           
 
Method Summary
 int getBytesAvailable()
           
 int getBytesReturned()
           
 int getFormat()
           
 int getLengthOfReceiverVariable()
           
 int getNumberOfProfileNames()
           
 void setFormat(int format)
           
 void setLengthOfReceiverVariable(int lengthOfReceiverVariable)
           
 void setListener(RetrieveAuthorizedUsersListener listener)
           
 
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
 

Field Detail

FORMAT_AUTU0100

public static final int FORMAT_AUTU0100
See Also:
Constant Field Values

FORMAT_AUTU0150

public static final int FORMAT_AUTU0150
See Also:
Constant Field Values

FORMAT_AUTU0200

public static final int FORMAT_AUTU0200
See Also:
Constant Field Values

FORMAT_AUTU0250

public static final int FORMAT_AUTU0250
See Also:
Constant Field Values

SELECTION_ALL

public static final String SELECTION_ALL
See Also:
Constant Field Values

SELECTION_USER

public static final String SELECTION_USER
See Also:
Constant Field Values

SELECTION_GROUP

public static final String SELECTION_GROUP
See Also:
Constant Field Values

SELECTION_MEMBER

public static final String SELECTION_MEMBER
See Also:
Constant Field Values

STARTING_PROFILE_FIRST

public static final String STARTING_PROFILE_FIRST
See Also:
Constant Field Values

GROUP_NONE

public static final String GROUP_NONE
See Also:
Constant Field Values

GROUP_NO_GROUP

public static final String GROUP_NO_GROUP
See Also:
Constant Field Values

ENDING_PROFILE_LAST

public static final String ENDING_PROFILE_LAST
See Also:
Constant Field Values
Constructor Detail

RetrieveAuthorizedUsers

public RetrieveAuthorizedUsers(int format,
                               int lengthOfReceiverVariable,
                               String selectionCriteria,
                               String startingProfileName,
                               boolean includeStartingProfile,
                               String groupProfileName,
                               String endingProfileName)
Method Detail

setFormat

public void setFormat(int format)

getFormat

public int getFormat()

getLengthOfReceiverVariable

public int getLengthOfReceiverVariable()

setLengthOfReceiverVariable

public void setLengthOfReceiverVariable(int lengthOfReceiverVariable)

getBytesReturned

public int getBytesReturned()

getBytesAvailable

public int getBytesAvailable()

getNumberOfProfileNames

public int getNumberOfProfileNames()

setListener

public void setListener(RetrieveAuthorizedUsersListener listener)