Previous Table of Contents Next


4.3.11 Getting the Domain Managers Associated with the Object


   4.3.11.1 get_domain_managers

   The get_domain_managers operation allows administration services (and applications) to retrieve the domain managers (see Section 4.9, “Management of Policies? on page 4-44), and hence the security and other policies applicable to individual objects that are members of the domain.

   typedef sequence <DomainManager> DomainManagersList;

   DomainManagersList get_domain_managers ();

   Return Value

   The list of immediately enclosing domain managers of this object. At least one domain manager is always returned in the list since by default each object is associated with at least one domain manager at creation.

   The implementation of this operation may involve contacting the ORB that implements the target object.