TAO_Implementation_Repository
2.0.8
|
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 | ||
) |
void ImR_Iterator::destroy | ( | void | ) | [virtual] |
CORBA::Boolean ImR_Iterator::next_n | ( | CORBA::ULong | how_many, |
ImplementationRepository::ServerInformationList_out | server_list | ||
) | [virtual] |
Returns the next list of up to <how_many> servers. If empty, will return false.
CORBA::ULong ImR_Iterator::count_ [private] |
PortableServer::POA_ptr ImR_Iterator::poa_ [private] |
Locator_Repository& ImR_Iterator::repo_ [private] |