|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
com.ibm.etools.systems.as400.debug.protocol.PStdView
public class PStdView
Class corresponding to EStdView structure
| Field Summary |
|---|
| Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
_byteBuffer, DISPLAYDETAIL |
| Constructor Summary | |
|---|---|
PStdView(PStdView view)
|
|
PStdView(short PPID,
short View,
int SrcFileIndex,
int LineNum)
|
|
| Method Summary | |
|---|---|
protected static int |
_fixedLen()
|
boolean |
equals(PStdView view)
Return true if and only if the EStdView object is not null and all the elements of the two EStdView objects match. |
protected int |
fixedLen()
Return the total length of the fixed component including any base fixed length Each reply/request must implement this to return the "fixed" portion of their protocol. |
int |
getLineNum()
|
short |
getPPID()
|
int |
getSrcFileIndex()
|
short |
getViewNo()
|
boolean |
isComplete()
|
void |
setLineNum(int lineNumber)
|
void |
setPPID(short partID)
|
protected int |
toDataStreams(DataOutputStream fixedData,
DataOutputStream varData,
int baseOffset)
|
protected int |
varLen()
Return the total length of the variable component including any *base* variable length Return the length of the variable component Each reply/request must implement this to return the length of the variable portion of its protocol e.g. |
void |
writeFormattedEPDC(DataOutputStream dataOutputStream,
byte formatFlags)
Write to the output stream an XML formatted representation of this EPDC class NOTE: This method should be implemented in all EPDC classes |
| Methods inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
bytesAvailable, dumpEPDC, getByteBuffer, getDataInputStream, getEPDCEngineSession, getEPDCVersion, getInternalName, getOffset, getPlatformIdentifier, intAsBytes, markOffset, posBuffer, readChar, readExtString, readInt, readOffset, readShort, readStdString, setEPDCEngineSession, skipBytes, totalBytes, totalBytes, writeChar, writeInt, writeOffset, writeOffsetOrZero, writeShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PStdView(short PPID,
short View,
int SrcFileIndex,
int LineNum)
public PStdView(PStdView view)
| Method Detail |
|---|
public boolean equals(PStdView view)
public short getPPID()
public void setPPID(short partID)
public short getViewNo()
public int getSrcFileIndex()
public int getLineNum()
public boolean isComplete()
public void setLineNum(int lineNumber)
protected int fixedLen()
PROTOCOL_Base
protected static int _fixedLen()
protected int toDataStreams(DataOutputStream fixedData,
DataOutputStream varData,
int baseOffset)
throws IOException
IOException
public void writeFormattedEPDC(DataOutputStream dataOutputStream,
byte formatFlags)
PROTOCOL_Base
writeFormattedEPDC in class PROTOCOL_Baseprotected int varLen()
PROTOCOL_Base
varLen in class PROTOCOL_Base
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||