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 JDIAdapter

java.lang.Object
  extended by oracle.jbo.script.debug.client.event.JDIAdapter
All Implemented Interfaces:
java.util.EventListener, JDIListener

public class JDIAdapter
extends java.lang.Object
implements JDIListener

The adapter which receives JDI event sets. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.


Constructor Summary
JDIAdapter()
           
 
Method Summary
 void accessWatchpoint(AccessWatchpointEventSet e)
           
 void classPrepare(ClassPrepareEventSet e)
           
 void classUnload(ClassUnloadEventSet e)
           
 void exception(ExceptionEventSet e)
           
 void locationTrigger(LocationTriggerEventSet e)
           
 void modificationWatchpoint(ModificationWatchpointEventSet e)
           
 void threadDeath(ThreadDeathEventSet e)
           
 void threadStart(ThreadStartEventSet e)
           
 void vmDeath(VMDeathEventSet e)
           
 void vmDisconnect(VMDisconnectEventSet e)
           
 void vmStart(VMStartEventSet e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDIAdapter

public JDIAdapter()
Method Detail

accessWatchpoint

public void accessWatchpoint(AccessWatchpointEventSet e)
Specified by:
accessWatchpoint in interface JDIListener

classPrepare

public void classPrepare(ClassPrepareEventSet e)
Specified by:
classPrepare in interface JDIListener

classUnload

public void classUnload(ClassUnloadEventSet e)
Specified by:
classUnload in interface JDIListener

exception

public void exception(ExceptionEventSet e)
Specified by:
exception in interface JDIListener

locationTrigger

public void locationTrigger(LocationTriggerEventSet e)
Specified by:
locationTrigger in interface JDIListener

modificationWatchpoint

public void modificationWatchpoint(ModificationWatchpointEventSet e)
Specified by:
modificationWatchpoint in interface JDIListener

threadDeath

public void threadDeath(ThreadDeathEventSet e)
Specified by:
threadDeath in interface JDIListener

threadStart

public void threadStart(ThreadStartEventSet e)
Specified by:
threadStart in interface JDIListener

vmDeath

public void vmDeath(VMDeathEventSet e)
Specified by:
vmDeath in interface JDIListener

vmDisconnect

public void vmDisconnect(VMDisconnectEventSet e)
Specified by:
vmDisconnect in interface JDIListener

vmStart

public void vmStart(VMStartEventSet e)
Specified by:
vmStart in interface JDIListener

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.