Rational Developer for i
7.5.0

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

java.lang.Object
  extended by com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
      extended by com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Request
          extended by com.ibm.etools.systems.as400.debug.protocol.PReqBreakpointLocation
Direct Known Subclasses:
PReqBreakpointLine

public class PReqBreakpointLocation
extends PROTOCOL_Request

EPDC Request to set a location breakpoint


Field Summary
 
Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Request
_request_code, _total_bytes
 
Fields inherited from class com.ibm.etools.systems.as400.debug.protocol.PROTOCOL_Base
_byteBuffer, DISPLAYDETAIL
 
Method Summary
 short bkpAction()
          Get breakpoint action
 short bkpAttr()
          Get breakpoint attribute
 PStdView bkpContext()
          Get the breakpoint context
 int bkpDU()
          Get the dispatchable unit for breakpoint
 int bkpEntryID()
          Get the entry id to set breakpoint
 int bkpID()
          Get the breakpoint id to be replaced
 short bkpType()
          Get breakpoint type
 String bkpVarInfo()
          Get breakpoint info
 String DLLName()
          Get EXE/DLL name
 PEveryClause everyClause()
           
 int everyVal()
          Get Every value from Every To From clause
protected  int fixedLen()
          Return the length of the fixed component
 int fromVal()
          Get From value from Every To From clause
 PStdExpression2 getConditionalExpression()
          Returns the conditional expression for this breakpoint.
 String getEngineData()
          Get the engine data
 String getInternalName()
          This is for internal use only.
 String includeName()
          Get the include file name
 void setEntryID(int entryID)
           
 String sourceName()
          Get source file name
 String statementNumber()
          Get the statement field text
 int toVal()
          Get To value from Every To From clause
protected  int varLen()
          Return the length of the variable component
 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_Request
decodeRequestStream, getRequestCode, isSynchronous, output
 
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
 

Method Detail

fixedLen

protected int fixedLen()
Return the length of the fixed component

Overrides:
fixedLen in class PROTOCOL_Request

varLen

protected int varLen()
Return the length of the variable component

Overrides:
varLen in class PROTOCOL_Request

bkpAction

public short bkpAction()
Get breakpoint action


bkpType

public short bkpType()
Get breakpoint type


bkpAttr

public short bkpAttr()
Get breakpoint attribute


everyVal

public int everyVal()
Get Every value from Every To From clause


toVal

public int toVal()
Get To value from Every To From clause


fromVal

public int fromVal()
Get From value from Every To From clause


bkpVarInfo

public String bkpVarInfo()
                  throws IOException
Get breakpoint info

Throws:
IOException - if an I/O error occurs

DLLName

public String DLLName()
               throws IOException
Get EXE/DLL name

Throws:
IOException - if an I/O error occurs

sourceName

public String sourceName()
                  throws IOException
Get source file name

Throws:
IOException - if an I/O error occurs

includeName

public String includeName()
                   throws IOException
Get the include file name

Throws:
IOException - if an I/O error occurs

statementNumber

public String statementNumber()
                       throws IOException
Get the statement field text

Throws:
IOException - if an I/O error occurs

getEngineData

public String getEngineData()
                     throws IOException
Get the engine data

Throws:
IOException - if an I/O error occurs

bkpDU

public int bkpDU()
Get the dispatchable unit for breakpoint


bkpID

public int bkpID()
Get the breakpoint id to be replaced


bkpEntryID

public int bkpEntryID()
Get the entry id to set breakpoint


setEntryID

public void setEntryID(int entryID)

bkpContext

public PStdView bkpContext()
Get the breakpoint context


everyClause

public PEveryClause everyClause()

getConditionalExpression

public PStdExpression2 getConditionalExpression()
                                         throws IOException
Returns the conditional expression for this breakpoint.

Returns:
EStdExpression2
Throws:
IOException

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_Request

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

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.