Uses of Class gnu.classpath.jdwp.event.Event

Uses in package gnu.classpath.jdwp.event.filters

Methods with parameter type gnu.classpath.jdwp.event.Event

boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?
boolean
Does the given event match the filter?

Uses in package gnu.classpath.jdwp.transport

Methods with parameter type gnu.classpath.jdwp.event.Event

void
JdwpConnection.sendEvents(EventRequest[] requests, Event[] events, byte suspendPolicy)
Send an event notification to the debugger.

Uses in package gnu.classpath.jdwp

Methods with parameter type gnu.classpath.jdwp.event.Event

void
Jdwp.notify(Event event)
Notify the debugger of an event.
void
Jdwp.notify(Event[] events)
Notify the debugger of "co-located" events.
void
Jdwp.sendEvent(EventRequest request, Event event)
Sends the event to the debugger.
void
Jdwp.sendEvents(EventRequest[] requests, Event[] events, byte suspendPolicy)
Sends the events to the debugger.

Uses in package gnu.classpath.jdwp.event

Classes derived from gnu.classpath.jdwp.event.Event

class
"Notification of a breakpoint in the target VM.
class
"Notification of a class prepare in the target VM.
class
"Notification of a class unload in the target VM" -- JDWP 1.4.2
class
Notification from the VM that an exception has occurred along with where it occurred, and if and where it was caught.
class
Notification from the VM that that a method has been invoked
class
Notification from the VM that that a method has returned
class
Notification from the VM that a single step has compleated including the thread and location stepped to
class
"Notification of a completed thread in the target VM.
class
"Notification of a new running thread in the target VM.
class
Event notifying the debugger that the virtual machine has terminated.
class
"Notification of initialization of a target VM.

Methods with parameter type gnu.classpath.jdwp.event.Event

EventRequest[]
Returns all requests for the given event.
boolean
Determines whether the given event matches this request
JdwpPacket
Event.toPacket(DataOutputStream dos, Event[] events, EventRequest[] requests, byte suspendPolicy)
Converts the events into to a single JDWP Event.COMPOSITE packet