Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.script.debug.client.event
Class WatchpointEventSet

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.jbo.script.debug.client.event.AbstractEventSet
          extended by oracle.jbo.script.debug.client.event.LocatableEventSet
              extended by oracle.jbo.script.debug.client.event.WatchpointEventSet
All Implemented Interfaces:
com.sun.jdi.event.EventSet, com.sun.jdi.Mirror, java.io.Serializable, java.lang.Iterable<com.sun.jdi.event.Event>, java.util.Collection<com.sun.jdi.event.Event>, java.util.Set<com.sun.jdi.event.Event>
Direct Known Subclasses:
AccessWatchpointEventSet, ModificationWatchpointEventSet

public abstract class WatchpointEventSet
extends LocatableEventSet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 com.sun.jdi.Field getField()
          Returns the field that is about to be accessed/modified.
 com.sun.jdi.ObjectReference getObject()
          Returns the object whose field is about to be accessed/modified.
 com.sun.jdi.Value getValueCurrent()
          Current value of the field.
 
Methods inherited from class oracle.jbo.script.debug.client.event.LocatableEventSet
getLocation, getThread
 
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, wait, wait, wait
 
Methods inherited from interface com.sun.jdi.Mirror
toString
 
Methods inherited from interface java.util.Set
equals, hashCode
 

Method Detail

getField

public com.sun.jdi.Field getField()
Returns the field that is about to be accessed/modified.

Returns:
a Field which mirrors the field in the target VM.

getObject

public com.sun.jdi.ObjectReference getObject()
Returns the object whose field is about to be accessed/modified. Return null is the access is to a static field.

Returns:
a ObjectReference which mirrors the event's object in the target VM.

getValueCurrent

public com.sun.jdi.Value getValueCurrent()
Current value of the field.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.