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

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DObject.java168 Request _request(String operation); method in interface:Object
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 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 DLocalObject.java174 public Request _request(String operation) { method in class:LocalObject
429 public OutputStream _request(String operation, method in class:LocalObject
441 * {@code _request()}
/openjdk10/corba/src/java.corba/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);
/openjdk10/corba/src/java.corba/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);
/openjdk10/hotspot/src/share/vm/services/
H A DgcNotifier.cpp193 GCNotificationRequest* _request; member in class:NotificationMark
196 _request = r;
199 assert(_request != NULL, "Sanity check");
200 delete _request;
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/
H A D_HelloInterface_Stub.java41 _request("sayHello", true);
80 _request("sayHelloToTest", true);
120 _request("sayHelloWithInetAddress", true);
160 _request("sayHelloWithHashMap", true);
200 _request("sayHelloWithHashMap2", true);
240 _request("sayHelloWithReentrantLock", true);
/openjdk10/corba/src/java.corba/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,
/openjdk10/corba/src/java.corba/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
/openjdk10/jdk/test/com/sun/corba/serialization/
H A DObjectStreamTest$_Echo_Stub.java58 OutputStream out = _request("echo", true);
/openjdk10/jaxws/src/jdk.xml.ws/share/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
/openjdk10/jdk/test/javax/rmi/PortableRemoteObject/8146975/
H A D_HelloInterface_Stub.java60 _request("sayHelloWithTest3", true);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicStubImpl.java122 return _request( operation, responseExpected ) ;

Completed in 214 milliseconds