TAO_Implementation_Repository  2.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ImR_Iterator Class Reference

The Iterator for servers in the ImR. More...

#include <Iterator.h>

Inheritance diagram for ImR_Iterator:
Inheritance graph
Collaboration diagram for ImR_Iterator:
Collaboration graph

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_Repositoryrepo_
 
CORBA::ULong count_
 
PortableServer::POA_ptr poa_
 

Detailed Description

The Iterator for servers in the ImR.

Constructor & Destructor Documentation

ImR_Iterator::ImR_Iterator ( CORBA::ULong  n,
Locator_Repository repo,
PortableServer::POA_ptr  poa 
)

Member Function Documentation

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.

Member Data Documentation

CORBA::ULong ImR_Iterator::count_
private
PortableServer::POA_ptr ImR_Iterator::poa_
private
Locator_Repository& ImR_Iterator::repo_
private

The documentation for this class was generated from the following files: