#include <Iterator.h>
Inheritance diagram for ImR_Iterator:
Public Methods | |
ImR_Iterator (Server_Repository::HASH_IMR_MAP::ITERATOR *iterator, PortableServer::POA_ptr poa) | |
~ImR_Iterator () | |
Destructor. | |
virtual CORBA::Boolean | next_n (CORBA::ULong how_many, ImplementationRepository::ServerInformationList_out server_list ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Destroys the iterator. | |
Private Attributes | |
Server_Repository::HASH_IMR_MAP::ITERATOR * | iterator_ |
Our very own iterator for transversing the server repository. | |
PortableServer::POA_var | poa_ |
|
Constructor Ownership of iterator is transfered to this class (we'll delete it) |
|
Destructor.
|
|
Destroys the iterator.
Implements POA_ImplementationRepository::ServerInformationIterator. |
|
Returns the next list of up to <how_many> servers. If empty, will return false. Implements POA_ImplementationRepository::ServerInformationIterator. |
|
Our very own iterator for transversing the server repository.
|
|
|