|
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.sep.internal.PhantomEngineEPDCHandler
public abstract class PhantomEngineEPDCHandler
The base class for processing the Phantom engine request.
| Field Summary | |
|---|---|
protected DataInputStream |
_dataInputStream
|
protected DataOutputStream |
_dataOutputStream
|
protected PROTOCOL_EngineSession |
_engineSession
|
protected PROTOCOL_Reply |
_epdcReply
|
protected PROTOCOL_Request |
_epdcRequest
|
protected String |
_errorMessage
|
protected boolean |
_success
|
static String |
copyright
|
| Constructor Summary | |
|---|---|
PhantomEngineEPDCHandler(DataInputStream dataInputStream,
DataOutputStream dataOutputStream)
Constructor |
|
| Method Summary | |
|---|---|
protected PROTOCOL_Reply |
decodeReply()
Decode the EPDC reply. |
String |
getErrorMessage()
Get the returned message. |
String |
getMessage()
|
boolean |
isSuccessful()
Get the returned status. |
protected void |
processMessage()
Process the message returned by Engine. |
void |
setFormatterClass(IFormattedString cls)
|
protected void |
setSuccessful(boolean success)
Set the request process status |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
protected DataInputStream _dataInputStream
protected DataOutputStream _dataOutputStream
protected PROTOCOL_Request _epdcRequest
protected PROTOCOL_Reply _epdcReply
protected String _errorMessage
protected boolean _success
protected PROTOCOL_EngineSession _engineSession
| Constructor Detail |
|---|
public PhantomEngineEPDCHandler(DataInputStream dataInputStream,
DataOutputStream dataOutputStream)
dataInputStream - : the dataInputStream used to read data from Phantom Engine.dataOutputStream - : the dataOutputStream used to write data to Phantom Engine.| Method Detail |
|---|
public String getErrorMessage()
public boolean isSuccessful()
protected void setSuccessful(boolean success)
true - if request has been handled successfully, false otherwise.
protected PROTOCOL_Reply decodeReply()
throws IOException
IOException - if connection is dropped.protected void processMessage()
public void setFormatterClass(IFormattedString cls)
public String getMessage()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||