Overview | Returns the index of the specified named value. |
Original class | CORBA::NVList |
Exceptions | CORBA::SystemException |
Intended Usage
The get_item_index method is used by a client program when querying the NVList associated with a DII requst. The get_item_index method returns the index of the specified named value. The argument name comparison is case insensitive. This method is an IBM extension to the CORBA 2.1 specification.
Syntax
CORBA::Long get_item_index(const char *id);
Input parameters
Return values