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

Uses in package gnu.classpath.jdwp.transport

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

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

Uses in package gnu.classpath.jdwp.event

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

void
Requests monitoring of an event.
JdwpPacket
Event.toPacket(DataOutputStream dos, Event[] events, EventRequest[] requests, byte suspendPolicy)
Converts the events into to a single JDWP Event.COMPOSITE packet

Methods with return type gnu.classpath.jdwp.event.EventRequest

EventRequest[]
Returns all requests for the given event.
EventRequest
EventManager.getRequest(byte kind, int id)
Returns a given event request for an event

Uses in package gnu.classpath.jdwp

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

void
Register a request from the debugger Virtual machines have two options.
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.
void
Unregisters the given request