|
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.PRepGetExceptions
public class PRepGetExceptions
Exception 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 | |
|---|---|
PRepGetExceptions(int exceptionStatus,
String exceptionName)
|
|
| Method Summary | |
|---|---|
protected static int |
_fixedLen()
Return length of fixed portion -- static function |
String |
exceptionName()
Return exception name |
int |
exceptionStatus()
Return exception status |
protected int |
fixedLen()
Return length of fixed portion |
void |
setExceptionName(String exceptionName)
Set exception name |
void |
setExceptionStatus(int exceptionStatus)
Set exception status |
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 |
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 PRepGetExceptions(int exceptionStatus,
String exceptionName)
| Method Detail |
|---|
public void setExceptionStatus(int exceptionStatus)
public int exceptionStatus()
public void setExceptionName(String exceptionName)
public String exceptionName()
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 | |||||||||