|
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.PRepGetViews
public class PRepGetViews
View information that is sent back with ERepInitializeDE
| Field Summary |
|---|
| Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
_byteBuffer, DISPLAYDETAIL |
| Constructor Summary | |
|---|---|
PRepGetViews(byte[] packetBuffer,
DataInputStream dataInputStream)
|
|
PRepGetViews(short viewType,
short viewClass,
String viewName,
byte viewAttr)
|
|
| Method Summary | |
|---|---|
protected static int |
_fixedLen()
Return length of fixed portion -- static function |
protected int |
fixedLen()
Return length of fixed portion |
boolean |
hasPrefixArea()
|
boolean |
isLineBreakpointCapable()
|
boolean |
isMonitorCapable()
|
short |
kind()
|
String |
name()
|
protected int |
toDataStreams(DataOutputStream fixedData,
DataOutputStream varData,
int baseOffset)
Output class to data streams according to EPDC protocol |
protected int |
varLen()
Return length of variable portion |
String |
viewAttr()
|
String |
viewClass()
|
String |
viewType()
|
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 PRepGetViews(short viewType,
short viewClass,
String viewName,
byte viewAttr)
public PRepGetViews(byte[] packetBuffer,
DataInputStream dataInputStream)
throws IOException
IOException| Method Detail |
|---|
public String name()
public boolean hasPrefixArea()
public short kind()
public String viewClass()
public String viewType()
public String viewAttr()
public boolean isMonitorCapable()
public boolean isLineBreakpointCapable()
protected int toDataStreams(DataOutputStream fixedData,
DataOutputStream varData,
int baseOffset)
throws IOException
IOException - if an I/O error occurs
BadEPDCCommandException - if the EPDC command
is structured incorrectlyprotected int fixedLen()
protected static int _fixedLen()
protected int varLen()
public void writeFormattedEPDC(DataOutputStream dataOutputStream,
byte formatFlags)
PROTOCOL_Base
writeFormattedEPDC 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 | |||||||||