Uses of Class
org.omg.MessageRouting.RequestInfo

Packages that use RequestInfo
org.omg.MessageRouting   
 

Uses of RequestInfo in org.omg.MessageRouting
 

Fields in org.omg.MessageRouting declared as RequestInfo
 RequestInfo[] RequestInfoSeqHolder.value
           
 RequestInfo RequestInfoHolder.value
           
 

Methods in org.omg.MessageRouting that return RequestInfo
static RequestInfo[] RequestInfoSeqHelper.extract(Any any)
           
static RequestInfo RequestInfoHelper.extract(Any any)
           
static RequestInfo[] RequestInfoSeqHelper.read(InputStream in)
           
static RequestInfo RequestInfoHelper.read(InputStream in)
           
 

Methods in org.omg.MessageRouting with parameters of type RequestInfo
static void RequestInfoHelper.insert(Any any, RequestInfo val)
           
static void RequestInfoSeqHelper.insert(Any any, RequestInfo[] val)
           
 void _RouterStub.send_multiple_requests(RequestInfo[] _ob_a0)
           
 void RouterOperations.send_multiple_requests(RequestInfo[] reqSeq)
           
 void _RouterStub.send_request(RequestInfo _ob_a0)
           
 void RouterOperations.send_request(RequestInfo req)
           
static void RequestInfoHelper.write(OutputStream out, RequestInfo val)
           
static void RequestInfoSeqHelper.write(OutputStream out, RequestInfo[] val)
           
 

Constructors in org.omg.MessageRouting with parameters of type RequestInfo
RequestInfoHolder(RequestInfo initial)
           
RequestInfoSeqHolder(RequestInfo[] initial)
           
 



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