#include <Iterator.h>
Inheritance diagram for ImR_Iterator:
Public Member Functions | |
ImR_Iterator (CORBA::ULong n, Locator_Repository &repo, PortableServer::POA_ptr poa) | |
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) |
Private Attributes | |
Locator_Repository & | repo_ |
CORBA::ULong | count_ |
PortableServer::POA_ptr | poa_ |
|
|
|
|
|
Returns the next list of up to <how_many> servers. If empty, will return false. |
|
|
|
|
|
|