com.ibm.broker.config.proxy

Class PolicyManagerProxy



  • public class PolicyManagerProxy
    extends AdministeredObject

    Each PolicyManagerProxy instance represents a set of policies of a given type.

    It can be used to both list available polices and create, retrieve, update and delete existing ones.

    In order to use PolicyManagerProxy objects, applications must first obtain handles to them. Here is an example of how to do this:

         BrokerProxy b = BrokerProxy.getInstance(
             new IntegrationNodeConnectionParameters("localhost", 4414)); 
         PolicyManagerProxy p = b.getPolicyManager(policyType);
     
    
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
                                             
     
    Version %Z% %I% %W% %E% %U% [%H% %T%]