[Enterprise Extensions only]

CORBA module: RequestSeq Class

Overview Specifies a list of Requests.
File name orb.h
Supported methods RequestSeq::allocbuf
RequestSeq::freebuf
RequestSeq::length
RequestSeq::maximum
RequestSeq::operator[ ]


Intended Usage

Specifies a list of Requests to be sent in parallel using the Dynamic Invocation Interface. RequestSeq is used to specify the collection of requests sent by the ORB methods send_multiple_requests_oneway and send_multiple_requests_deferred. For additional information, see the Request and ORB class descriptions.