Class BrokerProcessInfo


  • public class BrokerProcessInfo
    extends java.lang.Object
    This class represents the process information for a Broker.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String data_directory
      The directory where data for the broker is written.
      java.lang.String executable_name
      The name of the broker's executable
    • Constructor Summary

      Constructors 
      Constructor Description
      BrokerProcessInfo()
      Create a broker process information object.
      BrokerProcessInfo​(java.lang.String new_name, java.lang.String new_directory)
      Create and initialize.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • executable_name

        public java.lang.String executable_name
        The name of the broker's executable
      • data_directory

        public java.lang.String data_directory
        The directory where data for the broker is written.
    • Constructor Detail

      • BrokerProcessInfo

        public BrokerProcessInfo()
        Create a broker process information object.
      • BrokerProcessInfo

        public BrokerProcessInfo​(java.lang.String new_name,
                                 java.lang.String new_directory)
        Create and initialize.