Public Instance Methods : SstNameBindingIterator

* destroy
	"ACTION
	 	Stop the receiver from accepting further operations.

	NOTES
		The operation implements part of the CORBA::CosNaming::BindingIterator interface"
Categories
	: CosNaming::BindingIterator
* nextN: howMany bl: bindingListHolder
	"ACTION
		Returns at most @howMany bindings in @bindingListHolder.

	PARAMETERS
		howMany : <Integer>
		binding (OUT) : <SstValueHolder>
		
	RETURN VALUE
		<Boolean>

	NOTES
		The operation implements part of the CORBA::CosNaming::BindingIterator interface"
Categories
	: CosNaming::BindingIterator
* nextOne: binding
	"ACTION
		Find the next binding and return it in @binding.
		Answer true if there are more bindings available, false otherwise.

	PARAMETERS
		binding (OUT) : <SstValueHolder>
		
	RETURN VALUE
		<Boolean>

	NOTES
		The operation implements part of the CORBA::CosNaming::BindingIterator interface"
Categories
	: CosNaming::BindingIterator

[FIRST] [PREV] [NEXT] [LAST]