Uses of Class
org.omg.CORBA.Request

Packages that use Request
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of Request in org.omg.CORBA
 

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

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

Uses of Request in org.omg.CORBA.portable
 

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



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.