Searched refs:_request (Results 1 - 12 of 12) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DObject.java168 Request _request(String operation); method in interface:Object
H A D_IDLTypeStub.java69 org.omg.CORBA.portable.OutputStream _out = _request ("_get_type", true);
90 org.omg.CORBA.portable.OutputStream _out = _request ("_get_def_kind", true);
111 org.omg.CORBA.portable.OutputStream _out = _request ("destroy", true);
H A D_PolicyStub.java76 org.omg.CORBA.portable.OutputStream _out = _request ("_get_policy_type", true);
100 org.omg.CORBA.portable.OutputStream _out = _request ("copy", true);
123 org.omg.CORBA.portable.OutputStream _out = _request ("destroy", true);
H A DLocalObject.java170 public Request _request(String operation) { method in class:LocalObject
418 public OutputStream _request(String operation, method in class:LocalObject
430 * <code>_request()</code>
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java60 org.omg.CORBA.portable.OutputStream _out = _request ("_get_type", true);
83 org.omg.CORBA.portable.OutputStream _out = _request ("_get_def_kind", true);
106 org.omg.CORBA.portable.OutputStream _out = _request ("destroy", true);
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseStub.java58 org.omg.CORBA.portable.OutputStream _out = _request ("get_ir", true);
79 org.omg.CORBA.portable.OutputStream _out = _request ("implementation", true);
99 org.omg.CORBA.portable.OutputStream _out = _request ("implementations", true);
121 org.omg.CORBA.portable.OutputStream _out = _request ("meta", true);
141 org.omg.CORBA.portable.OutputStream _out = _request ("metas", true);
163 org.omg.CORBA.portable.OutputStream _out = _request ("bases", true);
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.cpp195 GCNotificationRequest* _request; member in class:NotificationMark
198 _request = r;
201 assert(_request != NULL, "Sanity check");
202 delete _request;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java129 public Request _request(String operation) method in class:StubWrapper
131 return object._request( operation ) ;
H A DStubAdapter.java204 return ((ObjectImpl)stub)._request( operation,
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DObjectImpl.java180 public Request _request(String operation) { method in class:ObjectImpl
447 public OutputStream _request(String operation, method in class:ObjectImpl
456 * call to the <code>_request</code> method. The method specified
457 * as an argument to <code>_request</code> when it was
471 * @see #_request
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DOperation.java80 return _request;
84 _request = r;
247 private Request _request; field in class:Operation
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicStubImpl.java122 return _request( operation, responseExpected ) ;

Completed in 41 milliseconds