|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.comm.bridge.LSRECStruct
public class LSRECStruct
This class does represent any specific CODE communications structure. Instead it holds the information that is returned on subsequent rseRead requests after a call to rseOpenList for retrieving a record list. Returns: buffer of size 200 which contains: - recordname which is null terminated - recordtype which is also null terminated (contains one of: SFLMSG, SFLCTL, SFL, RECORD, USRDFN - 10 bytes attributes - first byte is slno flag - 2nd byte is indara indicator flag - 3 - 4 bytes is record len - 5 - 10 unused - 50 bytes for record text
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
protected |
LSRECStruct()
Constructor |
Method Summary | |
---|---|
protected void |
setIndicatorAreaPresent(boolean indara)
Sets the indara. |
protected void |
setRecordLength(short recordLength)
Sets the recordLength. |
protected void |
setRecordName(String recordName)
Sets the recordName. |
protected void |
setRecordType(String recordType)
Sets the recordType. |
protected void |
setStartingLineNumber(boolean slno)
Sets the slno. |
protected void |
setText(String text)
Sets the text. |
protected void |
write(JavaToCOutputStream out)
Write this record to the output stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
protected LSRECStruct()
Method Detail |
---|
protected void setIndicatorAreaPresent(boolean indara)
indara
- The indara to setprotected void setRecordLength(short recordLength)
recordLength
- The recordLength to setprotected void setRecordName(String recordName)
recordName
- The recordName to setprotected void setRecordType(String recordType)
recordType
- The recordType to setprotected void setStartingLineNumber(boolean slno)
slno
- The slno to setprotected void setText(String text)
text
- The text to setprotected void write(JavaToCOutputStream out) throws IOException
IOException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |