Package COM.activesw.api.client
Class BrokerServerLogInfo
- java.lang.Object
-
- COM.activesw.api.client.BrokerServerLogInfo
-
public class BrokerServerLogInfo extends java.lang.Object
This class is a data structure used to describe server status information.
-
-
Field Summary
Fields Modifier and Type Field Description BrokerDate
first_entry
The date of the first entry in the server log.BrokerDate
last_entry
The date of the last entry in the server log.int
num_entries
The number of entries in the server log.
-
Constructor Summary
Constructors Constructor Description BrokerServerLogInfo()
Create a broker server log information object.
-
-
-
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.
-
-