Lines Matching defs:request

26 package com.sun.jdi.request;
31 * Represents a request for notification of an event. Examples include
33 * When an event occurs for which an enabled request is present,
39 * The number of events generated for an event request can be controlled
46 * it was added to the request. Only events that satisfy all filters are
49 * The set of available filters is dependent on the event request,
84 * Determines if this event request is currently enabled.
92 * Enables or disables this event request. While this event request is
93 * disabled, the event request will be ignored and the target VM
95 * event request. Disabled event requests still exist,
96 * and are included in event request lists such as
99 * @param val <code>true</code> if the event request is to be enabled;
101 * @throws InvalidRequestStateException if this request
105 * thread named in the request has died.
111 * @throws InvalidRequestStateException if this request
114 * and the thread named in the request has died.
120 * @throws InvalidRequestStateException if this request
129 * To request a one-off event, call this method with a count of 1.
131 * Once the count reaches 0, any subsequent filters in this request
135 * this request.
138 * @throws InvalidRequestStateException if this request is currently
166 * @throws InvalidRequestStateException if this request is currently
180 * @return the current suspend mode for this request
185 * Add an arbitrary key/value "property" to this request.
187 * associate application information with the request;