com.ibm.etools.systems.as400.debug.protocol
Class PReqUnknown
java.lang.Object
com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Request
com.ibm.etools.systems.as400.debug.protocol.PReqUnknown
public class PReqUnknown
- extends PROTOCOL_Request
Represents an unknown request
| Methods inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
bytesAvailable, dumpEPDC, getByteBuffer, getDataInputStream, getEPDCEngineSession, getEPDCVersion, 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 |
PReqUnknown
public PReqUnknown(byte[] inBuffer,
PROTOCOL_EngineSession engineSession)
throws IOException
- Parameters:
inBuffer - engineSession -
- Throws:
IOException
PReqUnknown
public PReqUnknown(int request_code)
- Parameters:
request_code -
getInternalName
public String getInternalName()
- Description copied from class:
PROTOCOL_Base
- This is for internal use only. The default will return the name of the class.
Where it is meaningful this should overridden
- Overrides:
getInternalName in class PROTOCOL_Base
- Returns:
- internal string name for the request or reply
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.