Package COM.activesw.api.client
Class BrokerProcessInfo
- java.lang.Object
-
- COM.activesw.api.client.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.
-