public interface IPBreakpoint
Modifier and Type | Field and Description |
---|---|
static String |
CONDITION |
static String |
CUR_SET_ID |
static String |
GLOBAL |
static String |
IGNORE_COUNT |
static String |
INSTALL_COUNT |
static String |
JOB_NAME |
static String |
SOURCE_HANDLE |
Modifier and Type | Method and Description |
---|---|
int |
decrementInstallCount()
Decrement count of breakpoint instances
|
String |
getCondition()
Get the condition on the breakpoint
|
String |
getCurSetId()
Get the ID of the set this breakpoint applies to
|
int |
getIgnoreCount()
Get the ignore count for the breakpoint
|
String |
getJobId()
Get the ID of the job associated with this breakpoint
|
String |
getJobName()
Get the name of the job associated with this breakpoint
|
String |
getSetId()
Get the set ID of the breakpoint
|
String |
getSourceHandle()
Get the source handle for the breakpoint
|
int |
incrementInstallCount()
Increment the count of breakpoint instances
|
boolean |
isConditional()
Check if this is a conditional breakpoint
|
boolean |
isGlobal()
Check if this is a global breakpoint
|
boolean |
isInstalled()
Check if this breakpoint is installed
|
void |
resetInstallCount()
Reset the breakpoint install count
|
void |
setCondition(String condition)
Set a condition on the breakpoint
|
void |
setCurSetId(String id)
Set the current set ID
|
void |
setIgnoreCount(int ignoreCount)
Set the breakpoint ignore count
|
void |
setJobId(String id)
Set the job ID
|
void |
setJobName(String name)
Set the job name
|
void |
setSetId(String id)
Set the breakpoint set ID
|
void |
setSourceHandle(String sourceHandle)
Set the source handle
|
void |
updateMarkerMessage()
Update marker message
|
static final String GLOBAL
static final String CONDITION
static final String IGNORE_COUNT
static final String SOURCE_HANDLE
static final String INSTALL_COUNT
static final String CUR_SET_ID
static final String JOB_NAME
int decrementInstallCount() throws CoreException
CoreException
String getCondition() throws CoreException
CoreException
String getCurSetId() throws CoreException
CoreException
int getIgnoreCount() throws CoreException
CoreException
String getJobId() throws CoreException
CoreException
String getJobName() throws CoreException
CoreException
String getSetId() throws CoreException
CoreException
String getSourceHandle() throws CoreException
CoreException
int incrementInstallCount() throws CoreException
CoreException
boolean isConditional() throws CoreException
CoreException
boolean isGlobal() throws CoreException
CoreException
boolean isInstalled() throws CoreException
CoreException
void resetInstallCount() throws CoreException
CoreException
void setCondition(String condition) throws CoreException
condition
- CoreException
void setCurSetId(String id) throws CoreException
id
- CoreException
void setIgnoreCount(int ignoreCount) throws CoreException
ignoreCount
- CoreException
void setJobId(String id) throws CoreException
id
- CoreException
void setJobName(String name) throws CoreException
name
- CoreException
void setSetId(String id) throws CoreException
id
- CoreException
void setSourceHandle(String sourceHandle) throws CoreException
sourceHandle
- CoreException
void updateMarkerMessage() throws CoreException
CoreException
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.