RequestSeq::maximum

Overview Retrieves the maximum number of Request elements in a sequence.
Original class CORBA::RequestSeq


Intended Usage

The maximum method is used by a client program when querying the RequestSeq object associated with a collection of DII requests. For an unbounded sequence, the maximum method returns the number of Request elements currently allocated in a sequence. This tells applications the total amount of buffer space available. The application can then determine how many additional Request elements can be inserted before the buffer is reallocated. For a bounded sequence, the maximum method returns the maximum number of Request elements in a sequence as specified in the IDL type declaration. By definition, the maximum number of Request elements in a bounded sequence cannot be changed.

Syntax

  CORBA::ULong maximum() const;

Input parameters

None.

Return values

CORBA::ULong
The maximum number of Request elements in the sequence.

Related reference
CORBA module



Searchable topic ID:   rcor_modrs4
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modrs4.html

Library | Support | Terms of Use | Feedback