Rational Developer for i
7.5.0

com.ibm.etools.systems.as400.debug.protocol
Class PROTOCOL_BasicReply

java.lang.Object
  extended by com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
      extended by com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Reply
          extended by com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_BasicReply

public final class PROTOCOL_BasicReply
extends PROTOCOL_Reply

This class represents a basic reply that contains no extra fields. This can be used for all replies that consist of a basic reply only.


Field Summary
 
Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Reply
_message_offset, _message_text, _reply_code, _return_code, _total_bytes
 
Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
_byteBuffer, DISPLAYDETAIL
 
Constructor Summary
protected PROTOCOL_BasicReply(byte[] packetBuffer, DataInputStream dataInputStream, PROTOCOL_EngineSession engineSession)
          Constructor for EPDC_BasicReply.
  PROTOCOL_BasicReply(int returnCode)
           
 
Method Summary
 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_Reply
anyChanged, decodeReplyStream, decodeReplyStream, fixedLen, getBreakpointChanges, getMessageText, getReplyCode, getReturnCode, isBrkPtChgd, isFCTChgd, isLogChgd, isModuleEntryChgd, isMonRegsChgd, isMonStackChgd, isMonStorChgd, isMonVariableChgd, isPartChgd, isPgmStateChgd, returnCodeString, varLen
 
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

PROTOCOL_BasicReply

public PROTOCOL_BasicReply(int returnCode)

PROTOCOL_BasicReply

protected PROTOCOL_BasicReply(byte[] packetBuffer,
                              DataInputStream dataInputStream,
                              PROTOCOL_EngineSession engineSession)
                       throws IOException
Constructor for EPDC_BasicReply.

Parameters:
packetBuffer -
dataInputStream -
Throws:
IOException
Method Detail

writeFormattedEPDC

public void writeFormattedEPDC(DataOutputStream dataOutputStream,
                               byte formatFlags)
Description copied from class: PROTOCOL_Base
Write to the output stream an XML formatted representation of this EPDC class NOTE: This method should be implemented in all EPDC classes

Overrides:
writeFormattedEPDC in class PROTOCOL_Reply

Rational Developer for i
7.5.0

Copyright 2009 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.