Package COM.activesw.api.client
Class BrokerAllQueueStat
java.lang.Object
COM.activesw.api.client.BrokerAllQueueStat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
final BrokerDate
final BrokerDate
final BrokerDate
final long
final BrokerEvent
final boolean
final void
setClientID
(String clientID) final void
setQueueStat
(BrokerEvent queueStat) toString()
-
Constructor Details
-
BrokerAllQueueStat
public BrokerAllQueueStat() -
BrokerAllQueueStat
-
-
Method Details
-
getClientID
-
setClientID
-
getQueueStat
-
setQueueStat
-
toString
-
getLastEventQueueTime
- Returns:
- the lastEventQueueTime
-
getLastEventRetrieveTime
- Returns:
- the lastEventRetrieveTime
-
getLastConnectTime
- Returns:
- the lastConnectTime
-
getQueueLength
public final long getQueueLength()- Returns:
- the queueLength
-
isRemoteBroker
public final boolean isRemoteBroker()- Returns:
- whether the queue is a forwarding queue or not.
-