TAO_Implementation_Repository
2.1.5
|
The Iterator for servers in the ImR. More...
#include <Iterator.h>
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) |
virtual void | destroy (void) |
Private Attributes | |
Locator_Repository & | repo_ |
CORBA::ULong | count_ |
PortableServer::POA_ptr | poa_ |
The Iterator for servers in the ImR.
ImR_Iterator::ImR_Iterator | ( | CORBA::ULong | n, |
Locator_Repository & | repo, | ||
PortableServer::POA_ptr | poa | ||
) |
|
virtual |
|
virtual |
Returns the next list of up to <how_many> servers. If empty, will return false.
|
private |
|
private |
|
private |