Java Debug Interface

Uses of Package
com.sun.jdi.request

Packages that use com.sun.jdi.request
com.sun.jdi.request This package is used to request that a JDI event be sent under specified conditions. 
 

Classes in com.sun.jdi.request used by com.sun.jdi.request
EventRequest
          Represents a request for notification of an event.
WatchpointRequest
          Identifies a Field in the target VM being watched.
 


Java Debug Interface