Skip navigation links

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

E52932-01


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

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.ThreadDeathEventSet

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>

public class ThreadDeathEventSet
extends AbstractEventSet
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Method Summary
 com.sun.jdi.ThreadReference getThread()
          Returns the thread which is terminating.
 void notify(JDIListener listener)
           

 

Methods inherited from class oracle.jbo.script.debug.client.event.AbstractEventSet
add, addAll, clear, contains, containsAll, eventIterator, getSuspendPolicy, getVirtualMachine, isEmpty, iterator, 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

getThread

public com.sun.jdi.ThreadReference getThread()
Returns the thread which is terminating.
Returns:
a ThreadReference which mirrors the event's thread in the target VM.

notify

public void notify(JDIListener listener)
Specified by:
notify in class AbstractEventSet

Skip navigation links

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

E52932-01


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