com.ibm.broker.config.proxy

Class LogProxy



  • public class LogProxy
    extends AdministeredObject

    The LogProxy represents the set of administration log entries for the broker.

    In order to use LogProxy 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)); 
         LogProxy l = b.getLog();
     

    com.ibm.broker.config.proxy.LogProxy extends com.ibm.broker.config.proxy.AdministeredObject

    Responsibilities Represents the broker's administration log.
    Internal Collaborators com.ibm.broker.config.proxy.LogEntry
    
     Change Activity:
     --------   ----------- -------------   ------------------------------------
     Reason:    Date:       Originator:     Comments:
     --------   ----------- -------------   ------------------------------------
     25103.1    2004-03-29  HDMPL           v6 Release
     44739.7    2007-07-30  HDMPL           v6.1 Release:
                                               Methods now return genericized types where relevant
     51619.8    2008-12-16  HDMPL           v7 Release:
                                               Now accessed through BrokerProxy