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


CORBA.ContextIterator


Contents

CORBA.ContextIterator.ContextIterator()
CORBA.ContextIterator.ContextIterator()
CORBA.ContextIterator.next()
CORBA.ContextIterator.setList()



Synopsis:

Class ContextIterator defines a Java iterator class for Context.

OrbixWeb:

Notes:

OrbixWeb specific.

See Also:



CORBA.ContextIterator.ContextIterator()


Synopsis:

Description:

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

Notes:

OrbixWeb specific.

See Also:



CORBA.ContextIterator.ContextIterator()


Synopsis:

Description:

Constructor. Creates an iterator for context ctx.

Notes:

OrbixWeb specific.



CORBA.ContextIterator.next()


Synopsis:

Description:

The ith call, where i is even, returns the name of a property in the Context. Where i is odd, the ith call returns the value of a property in the Context whose name is that returned by the (i-1)th call

Notes:

OrbixWeb specific.



CORBA.ContextIterator.setList()


Synopsis:

Description:

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

Notes:

OrbixWeb specific.



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