Package COM.activesw.api.client
Class BrokerProcessInfo
java.lang.Object
COM.activesw.api.client.BrokerProcessInfo
This class represents the process information for a Broker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe directory where data for the broker is written.The name of the broker's executable -
Constructor Summary
ConstructorsConstructorDescriptionCreate a broker process information object.BrokerProcessInfo
(String new_name, String new_directory) Create and initialize. -
Method Summary
-
Field Details
-
executable_name
The name of the broker's executable -
data_directory
The directory where data for the broker is written.
-
-
Constructor Details
-
BrokerProcessInfo
public BrokerProcessInfo()Create a broker process information object. -
BrokerProcessInfo
Create and initialize.
-