Searched +defs:val +defs:request (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DEventRequest.java26 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 wil
107 setEnabled(boolean val) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPINoOpHandlerImpl.java164 public void initializeServerPIInfo( CorbaMessageMediator request, argument
186 public org.omg.CORBA.Policy create_policy(int type, org.omg.CORBA.Any val) argument
H A DPIHandlerImpl.java120 // This does not correspond to the GIOP request id.
163 // ThreadLocal containing a stack to store client request info objects
172 // ThreadLocal containing the current server request info object.
201 // Number of times a request has been made to disable interceptors.
364 // before the request hits the wire.
471 // If there is no info object or if we are not retrying a request,
482 // Reset the retry request flag so that recursive calls will
494 // If this is a DII request, make sure we ignore the next initiate.
697 public void initializeServerPIInfo( CorbaMessageMediator request, argument
708 // Notify request objec
948 create_policy(int type, org.omg.CORBA.Any val) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java29 import com.sun.jdi.request.*;
37 * It include implementations of all the request interfaces..
129 * @return all the event request of this kind
136 * delete the event request
158 public synchronized void setEnabled(boolean val) { argument
162 if (val != isEnabled) {
194 * set (enable) the event request
339 return "breakpoint request " + location() + state();
370 return "class prepare request " + state();
385 return "class unload request "
940 EventRequest request(int eventCmd, int requestId) { method in class:EventRequestManagerImpl
[all...]

Completed in 27 milliseconds