Uses of Class
org.omg.CORBA.Request

Packages that use Request
org.jacorb.orb   
org.jacorb.orb.dii   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of Request in org.jacorb.orb
 

Methods in org.jacorb.orb that return Request
 Request ORBSingleton.get_next_response()
           
 Request ORB.get_next_response()
           
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList args, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 Request Delegate.request(Object self, java.lang.String operation)
           
 

Methods in org.jacorb.orb with parameters of type Request
 void ORBSingleton.send_multiple_requests_deferred(Request[] req)
           
 void ORBSingleton.send_multiple_requests_oneway(Request[] req)
           
 void ORB.send_multiple_requests_oneway(Request[] req)
           
 void ORB.send_multiple_requests_deferred(Request[] req)
           
 void ORB.addRequest(Request req)
           
 void ORB.removeRequest(Request req)
           
 

Uses of Request in org.jacorb.orb.dii
 

Subclasses of Request in org.jacorb.orb.dii
 class Request
          DII requests
 

Uses of Request in org.omg.CORBA
 

Methods in org.omg.CORBA that return Request
 Request Object._request(java.lang.String operation)
           
 Request Object._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request Object._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
abstract  Request ORB.get_next_response()
           
 Request LocalObject._request(java.lang.String operation)
           
 Request LocalObject._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request LocalObject._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 

Methods in org.omg.CORBA with parameters of type Request
abstract  void ORB.send_multiple_requests_oneway(Request[] req)
           
abstract  void ORB.send_multiple_requests_deferred(Request[] req)
           
 

Uses of Request in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Request
 Request ObjectImpl._request(java.lang.String operation)
           
 Request ObjectImpl._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request ObjectImpl._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
abstract  Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
abstract  Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
abstract  Request Delegate.request(Object self, java.lang.String operation)