|
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.PViews
public class PViews
| Field Summary |
|---|
| Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
_byteBuffer, DISPLAYDETAIL |
| Constructor Summary | |
|---|---|
PViews(int RecLength,
int Startline,
int Endline,
String Filename,
String BaseFilename,
int ViewAttr)
|
|
| Method Summary | |
|---|---|
String |
baseFileName()
|
boolean |
fileNameCanBeOverridden()
|
int |
firstLineNumber()
|
protected int |
fixedLen()
Return the length of the fixed component |
byte |
getAttributes()
Return the list of attributes for this view |
boolean |
isVerified()
Returns 'true' if the debug engine has verified that this file exists in the file system (or wherever) and can therefore be used to build the view containing this file. |
int |
lastLineNumber()
|
String |
name()
|
int |
recordLength()
|
void |
setAttributes(byte newAttr)
|
protected int |
toDataStreams(DataOutputStream fixedData,
DataOutputStream varData,
int baseOffset)
Outputs the class into two byte streams for fixed and variable data, corresponding to the EPDC protocol. |
protected int |
varLen()
Return the length of the variable component |
boolean |
verificationAttempted()
|
boolean |
verificationAttemptedFE()
|
boolean |
verificationLocal()
|
boolean |
viewCanBeSwitched()
|
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 PViews(int RecLength,
int Startline,
int Endline,
String Filename,
String BaseFilename,
int ViewAttr)
| Method Detail |
|---|
public int recordLength()
public int firstLineNumber()
public int lastLineNumber()
public String name()
public String baseFileName()
public boolean isVerified()
public boolean verificationLocal()
public boolean verificationAttempted()
public boolean verificationAttemptedFE()
public boolean fileNameCanBeOverridden()
public boolean viewCanBeSwitched()
public byte getAttributes()
public void setAttributes(byte newAttr)
protected int toDataStreams(DataOutputStream fixedData,
DataOutputStream varData,
int baseOffset)
throws IOException
fixedData - output stream for the fixed datavarData - output stream for the variable databaseOffset - the base offset to add to all offsets
IOException - if an I/O error occurs
BadEPDCCommandException - if the EPDC command
is structured incorrectlyprotected 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 | |||||||||