|
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.PROTOCOL_ChangeItem
com.ibm.etools.systems.as400.debug.protocol.PECPBreakpoint
public class PECPBreakpoint
Class for breakpoint change item
| Field Summary |
|---|
| Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base |
|---|
_byteBuffer, DISPLAYDETAIL |
| Constructor Summary | |
|---|---|
protected |
PECPBreakpoint()
|
| Method Summary | |
|---|---|
String |
getAddress()
|
short |
getAttribute()
Return the breakpoint attribute (enable, defer, or case sensitive) |
int |
getByteCount()
Return the number of bytes to monitor (used only for Storage Change breakpoint). |
PEveryClause |
getClause()
|
PStdExpression2 |
getConditionalExpr()
return the conditional expression |
PStdView[] |
getContexts()
|
String |
getDLLName()
|
int |
getDU()
Return the thread id of the breakpoint |
String |
getEngineSpecificData()
Returns engine specific data passed back from the engine |
int |
getEntryID()
|
String |
getEntryName()
|
String |
getExprString()
|
String |
getFileName()
|
int |
getID()
|
String |
getInternalName()
This is for internal use only. |
PStdView |
getOriginalLocation()
|
String |
getSourceName()
|
String |
getStatementNumber()
|
short |
getType()
|
boolean |
isAutoSetEntry()
|
boolean |
isDeferred()
|
boolean |
isDeleted()
|
boolean |
isEnabled()
|
boolean |
isNew()
|
boolean |
isReadOnly()
|
void |
overrideEnabled(boolean enabled)
Overrides the "enabled" attribute of this breakpoint NOTE: this should only be called if the enabled state of the breakpoint must be a certain value. |
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_ChangeItem |
|---|
fixedLen, varLen |
| 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 |
| Constructor Detail |
|---|
protected PECPBreakpoint()
| Method Detail |
|---|
public int getID()
public short getType()
public PEveryClause getClause()
public String getEntryName()
public String getDLLName()
public String getSourceName()
public String getFileName()
public String getStatementNumber()
public int getEntryID()
public PStdView getOriginalLocation()
public String getAddress()
public String getEngineSpecificData()
public boolean isNew()
public boolean isEnabled()
public void overrideEnabled(boolean enabled)
enabled - public boolean isDeleted()
public boolean isDeferred()
public boolean isAutoSetEntry()
public boolean isReadOnly()
public PStdView[] getContexts()
public int getDU()
public int getByteCount()
public short getAttribute()
public String getExprString()
public PStdExpression2 getConditionalExpr()
public void writeFormattedEPDC(DataOutputStream dataOutputStream,
byte formatFlags)
PROTOCOL_Base
writeFormattedEPDC in class PROTOCOL_ChangeItempublic String getInternalName()
PROTOCOL_Base
getInternalName 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 | |||||||||