Class BrokerServerLogInfo


  • public class BrokerServerLogInfo
    extends java.lang.Object
    This class is a data structure used to describe server status information.
    • Constructor Summary

      Constructors 
      Constructor Description
      BrokerServerLogInfo()
      Create a broker server log information object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • num_entries

        public int num_entries
        The number of entries in the server log.
      • first_entry

        public BrokerDate first_entry
        The date of the first entry in the server log.
      • last_entry

        public BrokerDate last_entry
        The date of the last entry in the server log.
    • Constructor Detail

      • BrokerServerLogInfo

        public BrokerServerLogInfo()
        Create a broker server log information object.