[Previous] [Contents] [Next] [IONA Technologies]


CORBA.NVListIterator


Contents

CORBA.NVListIterator.NVListIterator()
CORBA.NVListIterator.NVListIterator()
CORBA.NVListIterator.next()
CORBA.NVListIterator.setList()



Synopsis:

Class NVListIterator defines a Java iterator class for NVList which returns the NamedValues in the list.

OrbixWeb:

Notes:

OrbixWeb specific.

See Also:



CORBA.NVListIterator.NVListIterator()


Synopsis:

Description:

Constructor. Creates an iterator without specifying which NVList object the iterator will be used to traverse. The method CORBA.NVList.setList() can be used subsequently to set the NVList object.

Notes:

OrbixWeb specific.

See Also:



CORBA.NVListIterator.NVListIterator()


Synopsis:

Description:

Constructor. Creates an iterator for NVList nvl.

Notes:

OrbixWeb specific.



CORBA.NVListIterator.next()


Synopsis:

Description:

The ith call returns the ith NamedValue object in the NVList.

Notes:

OrbixWeb specific.



CORBA.NVListIterator.setList()


Synopsis:

Description:

If an NVList object has not been specified for the iterator, this method can be used to set the NVList object. If an NVList object has been set, then this method can be used to replace the NVList object (if the nvl parameter is not the current NVList) or to reset the iterator position for the current NVList (if nvl is the current NVList).

Notes:

OrbixWeb specific.



[Roadmap] [Utilities] [Compiling] [Configuration]
[Class Reference] [IR Reference] [Daemon Reference] [IDL Grammar] [System Exceptions]
[Index]