Skip navigation links 
 
oracle.jbo.script.debug.client.bdi
Class EventRequestSpec
java.lang.Object
  
oracle.jbo.script.debug.client.bdi.EventRequestSpec
- Direct Known Subclasses:
 
- BreakpointSpec, ExceptionSpec, WatchpointSpec
 
- 
public abstract class EventRequestSpec
 
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
getEventRequest
public com.sun.jdi.request.EventRequest getEventRequest()
isResolved
public boolean isResolved()
- 
- Returns:
 
- true if this spec has been resolved.
 
 
isUnresolved
public boolean isUnresolved()
- 
- Returns:
 
- true if this spec has not yet been resolved.
 
 
isErroneous
public boolean isErroneous()
- 
- Returns:
 
- true if this spec is unresolvable due to error.
 
 
getStatusString
public java.lang.String getStatusString()
errorMessageFor
public java.lang.String errorMessageFor(java.lang.Exception e)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.