Uses of Class
org.omg.CORBA.Request

Packages that use Request
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.PortableServer   
 

Uses of Request in org.apache.yoko.orb.CORBA
 

Subclasses of Request in org.apache.yoko.orb.CORBA
 class Request
           
 

Methods in org.apache.yoko.orb.CORBA that return Request
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request Delegate.request(Object self, String operation)
           
 

Uses of Request in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB that return Request
 Request MultiRequestSender.getNextResponse()
           
 

Methods in org.apache.yoko.orb.OB with parameters of type Request
 void MultiRequestSender.addDeferredRequest(Request request)
           
 boolean MultiRequestSender.findDeferredRequest(Request request)
           
 void MultiRequestSender.removeDeferredRequest(Request request)
           
 void MultiRequestSender.sendMultipleRequestsDeferred(Request[] requests)
           
 void MultiRequestSender.sendMultipleRequestsOneway(Request[] requests)
           
 

Uses of Request in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return Request
 Request ORB_impl.get_next_response()
           
 Request ORBSingleton_impl.get_next_response()
           
 

Methods in org.apache.yoko.orb.OBCORBA with parameters of type Request
 void ORB_impl.send_multiple_requests_deferred(Request[] requests)
           
 void ORBSingleton_impl.send_multiple_requests_deferred(Request[] requests)
           
 void ORB_impl.send_multiple_requests_oneway(Request[] requests)
           
 void ORBSingleton_impl.send_multiple_requests_oneway(Request[] requests)
           
 

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 excepts, ContextList contexts)
           
 Request Object._request(String s)
           
 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 exclist, ContextList ctxlist)
           
 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 excepts, ContextList contexts)
           
abstract  Request Delegate.request(Object self, String operation)
           
 

Uses of Request in org.omg.PortableServer
 

Methods in org.omg.PortableServer that return Request
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantManagerPOA._request(String operation)
           
 Request AdapterActivatorPOA._request(String operation)
           
 Request ServantLocatorPOA._request(String operation)
           
 Request ServantActivatorPOA._request(String operation)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.