com.ibm.jtopenlite.command.program.openlist
Class ListInformation

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.openlist.ListInformation

public class ListInformation
extends Object


Field Summary
static int STATUS_BUILDING
           
static int STATUS_BUILT
           
static int STATUS_ERROR
           
static int STATUS_OVERFLOW
           
static int STATUS_PENDING
           
static int STATUS_PRIMED
           
static int STATUS_UNKNOWN
           
static int TYPE_COMPLETE
           
static int TYPE_INCOMPLETE
           
static int TYPE_PARTIAL
           
static int TYPE_UNKNOWN
           
 
Constructor Summary
ListInformation(int total, int returned, byte[] handle, int length, int complete, String date, int status, int lengthOfInfo, int first)
           
 
Method Summary
 int getCompleteType()
           
 String getDateAndTimeCreated()
           
 int getFirstRecord()
           
 int getLengthOfInformationReturned()
           
 int getRecordLength()
           
 int getRecordsReturned()
           
 byte[] getRequestHandle()
           
 int getStatus()
           
 int getTotalRecords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_COMPLETE

public static final int TYPE_COMPLETE
See Also:
Constant Field Values

TYPE_INCOMPLETE

public static final int TYPE_INCOMPLETE
See Also:
Constant Field Values

TYPE_PARTIAL

public static final int TYPE_PARTIAL
See Also:
Constant Field Values

TYPE_UNKNOWN

public static final int TYPE_UNKNOWN
See Also:
Constant Field Values

STATUS_PENDING

public static final int STATUS_PENDING
See Also:
Constant Field Values

STATUS_BUILDING

public static final int STATUS_BUILDING
See Also:
Constant Field Values

STATUS_BUILT

public static final int STATUS_BUILT
See Also:
Constant Field Values

STATUS_ERROR

public static final int STATUS_ERROR
See Also:
Constant Field Values

STATUS_PRIMED

public static final int STATUS_PRIMED
See Also:
Constant Field Values

STATUS_OVERFLOW

public static final int STATUS_OVERFLOW
See Also:
Constant Field Values

STATUS_UNKNOWN

public static final int STATUS_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

ListInformation

public ListInformation(int total,
                       int returned,
                       byte[] handle,
                       int length,
                       int complete,
                       String date,
                       int status,
                       int lengthOfInfo,
                       int first)
Method Detail

getTotalRecords

public int getTotalRecords()

getRecordsReturned

public int getRecordsReturned()

getRequestHandle

public byte[] getRequestHandle()

getRecordLength

public int getRecordLength()

getCompleteType

public int getCompleteType()

getDateAndTimeCreated

public String getDateAndTimeCreated()

getStatus

public int getStatus()

getLengthOfInformationReturned

public int getLengthOfInformationReturned()

getFirstRecord

public int getFirstRecord()