|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.EventObject
oracle.jbo.script.debug.client.event.AbstractEventSet
oracle.jbo.script.debug.client.event.LocatableEventSet
public abstract class LocatableEventSet
Abstract event set for events with location and thread.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary | |
---|---|
com.sun.jdi.Location |
getLocation() Returns the Location of this mirror. |
com.sun.jdi.ThreadReference |
getThread() Returns the thread in which this event has occurred. |
Methods inherited from class oracle.jbo.script.debug.client.event.AbstractEventSet |
---|
add, addAll, clear, contains, containsAll, eventIterator, getSuspendPolicy, getVirtualMachine, isEmpty, iterator, notify, remove, removeAll, resume, retainAll, size, suspendedAll, suspendedEventThread, suspendedNone, suspendPolicy, toArray, toArray, toSpecificEventSet, virtualMachine |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.jdi.Mirror |
---|
toString |
Methods inherited from interface java.util.Set |
---|
equals, hashCode |
Method Detail |
---|
public com.sun.jdi.Location getLocation()
Location
of this mirror. Depending on context and on available debug information, this location will have varying precision.Location
of this mirror.public com.sun.jdi.ThreadReference getThread()
ThreadReference
which mirrors the event's thread in the target VM.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |