public interface ServerInformation
Modifier and Type | Field and Description |
---|---|
static int |
QPID_JMX_API_MAJOR_VERSION |
static int |
QPID_JMX_API_MINOR_VERSION |
static String |
TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getBuildVersion()
Attribute to represent the build version string.
|
double |
getDataDeliveryRate()
Rate of bytes delivered per second for the broker.
|
double |
getDataReceiptRate()
Rate of bytes received per second for the broker.
|
Integer |
getManagementApiMajorVersion()
Attribute to represent the major version number for the management API.
|
Integer |
getManagementApiMinorVersion()
Attribute to represent the minor version number for the management API.
|
double |
getMessageDeliveryRate()
Rate of messages delivered per second for the broker.
|
double |
getMessageReceiptRate()
Rate of messages received per second for the broker.
|
double |
getPeakDataDeliveryRate()
Peak rate of bytes delivered per second for the broker.
|
double |
getPeakDataReceiptRate()
Peak rate of bytes received per second for the broker.
|
double |
getPeakMessageDeliveryRate()
Peak rate of messages delivered per second for the virtual host.
|
double |
getPeakMessageReceiptRate()
Peak rate of messages received per second for the broker.
|
String |
getProductVersion()
Attribute to represent the product version string.
|
long |
getTotalDataDelivered()
Total count of bytes for the broker.
|
long |
getTotalDataReceived()
Total count of bytes received for the broker.
|
long |
getTotalMessagesDelivered()
Total count of messages delivered for the broker.
|
long |
getTotalMessagesReceived()
Total count of messages received for the broker.
|
boolean |
isStatisticsEnabled()
Is statistics collection enabled for this connection.
|
void |
resetStatistics()
Resets all message and data statistics for the broker.
|
static final String TYPE
static final int QPID_JMX_API_MAJOR_VERSION
static final int QPID_JMX_API_MINOR_VERSION
Integer getManagementApiMajorVersion() throws IOException
IOException
Integer getManagementApiMinorVersion() throws IOException
IOException
String getBuildVersion() throws IOException
IOException
String getProductVersion() throws IOException
IOException
void resetStatistics() throws Exception
Exception
double getPeakMessageDeliveryRate()
double getPeakDataDeliveryRate()
double getMessageDeliveryRate()
double getDataDeliveryRate()
long getTotalMessagesDelivered()
long getTotalDataDelivered()
double getPeakMessageReceiptRate()
double getPeakDataReceiptRate()
double getMessageReceiptRate()
double getDataReceiptRate()
long getTotalMessagesReceived()
long getTotalDataReceived()
boolean isStatisticsEnabled()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.