|
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_EngineSession
public class PROTOCOL_EngineSession
This class is a structure of EPDC information that contains information about the current EPDC session
| Field Summary | |
|---|---|
short |
_debugEngineID
|
short |
_debugEnginePlatformID
|
int |
_defaultSettings
|
PRepGetExceptions[] |
_exceptionsInfo
|
PFunctCustTable |
_functCustomTable
|
PRepGetLanguages[] |
_languageInfo
|
int |
_processDetachAction
|
PRepTypesNumGet |
_repInfo
|
PRepGetViews[] |
_viewInfo
|
| Constructor Summary | |
|---|---|
PROTOCOL_EngineSession()
|
|
| Method Summary | |
|---|---|
int |
getConnectionTimeout()
|
protected OutputStream[] |
getDumpOutputStreams()
Gets the output streams to be used for dumping EPDC |
String |
getEngineExtensionID()
Returns the engine extension ID |
IFormattedString |
getFormattingClass()
Returns the formattingClass. |
int |
getNegotiatedEPDCVersion()
Get the EPDC level that both front and backend have agreed to work with |
boolean |
is390()
|
boolean |
isEPDCDumpEnabled()
Returns current state of dump EPDC |
boolean |
isIntel()
|
boolean |
isiSeries()
|
boolean |
isTPF()
|
boolean |
reverseStackEntries()
There is an inconsistency in the order that engines return stackframes Top stackframe first is the prefered way. |
void |
setConnectionTimeout(int i)
Connection timeout setting (0==indefinite) |
void |
setDumpEPDCEnabled(boolean dumpEPDC)
Sets the dumpEPDC. |
void |
setDumpOutputStream(OutputStream[] dumpOutputStreams)
Sets the dumpOutputStreams. |
void |
setEngineExtensionID(String engineExtensionID)
Sets the engine extension ID |
void |
setFormattingClass(IFormattedString formattingClass)
Sets the formattingClass. |
void |
setNegotiatedEPDCVersion(int level)
Set the negotiated EPDC level. |
boolean |
useStackEntryIndex()
Use this test to determine if a stackentry's index should be used instead of the stackentry ID In EPDC 308 and before there is inconsisency in how the stackentry id field is used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public short _debugEngineID
public short _debugEnginePlatformID
public int _defaultSettings
public int _processDetachAction
public PRepGetViews[] _viewInfo
public PRepGetLanguages[] _languageInfo
public PRepGetExceptions[] _exceptionsInfo
public PFunctCustTable _functCustomTable
public PRepTypesNumGet _repInfo
| Constructor Detail |
|---|
public PROTOCOL_EngineSession()
| Method Detail |
|---|
public boolean isEPDCDumpEnabled()
public void setDumpEPDCEnabled(boolean dumpEPDC)
dumpEPDC - The dumpEPDC to setprotected OutputStream[] getDumpOutputStreams()
public void setDumpOutputStream(OutputStream[] dumpOutputStreams)
dumpOutputStream - The dumpOutputStream to setpublic String getEngineExtensionID()
public void setEngineExtensionID(String engineExtensionID)
formatStringClassID - The engine IDpublic IFormattedString getFormattingClass()
public void setFormattingClass(IFormattedString formattingClass)
formattingClass - The formattingClass to setpublic boolean is390()
public boolean isTPF()
public boolean isiSeries()
public boolean isIntel()
public int getNegotiatedEPDCVersion()
public void setNegotiatedEPDCVersion(int level)
negotiated - levelpublic boolean useStackEntryIndex()
public boolean reverseStackEntries()
public int getConnectionTimeout()
public void setConnectionTimeout(int i)
set - the timeout setting
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||