public interface MessageServiceStatisticsMBean extends StatisticsMBean
| Modifier and Type | Method and Description |
|---|---|
void |
disableTimingStatistics() |
void |
enableTimingStatistics()
Enable timing of NMR interactions.
|
String[] |
getActiveChannels()
Returns a list of component IDs corresponding to active channels in the NMR.
|
String[] |
getActiveEndpoints()
Returns a list of active endpoints (includes consuming endpoints) in the NMR.
|
String[] |
getConsumingEndpointsForDeliveryChannel(String dcName)
Get the list of consuming endpoints for a specific DeliveryChannel.
|
CompositeData |
getDeliveryChannelStatistics(String dcName)
Get the CompositeData instance that represents the current values for specific
DeliveryChannel statistics.
|
String[] |
getEndpointsForDeliveryChannel(String dcName)
Get the list of endpoints for a specific DeliveryChannel.
|
CompositeData |
getEndpointStatistics(String epName)
Get the CompositeData instance that represents the current values for specific
Endpoint statistics.
|
TabularData |
getHistoricalEndpointStatistics(String epName)
Get the TabularData instance that represents the historical values for specific
Endpoint statistics.
|
Date |
getLastRestartTime()
Get the time that the message service was last started.
|
CompositeData |
getMessagingStatistics()
Get the CompositeData instance that represents the current values for
MessageService statistics.
|
int |
getRegisteredEndpoints()
Get the current number of endpoints registered with the message service.
|
int |
getRegisteredServices()
Get the current number of services registered with the message service.
|
void |
resetStatistics() |
isEnabled, setDisabled, setEnabledvoid enableTimingStatistics()
void disableTimingStatistics()
void resetStatistics()
Date getLastRestartTime()
int getRegisteredServices()
int getRegisteredEndpoints()
String[] getActiveChannels()
String[] getActiveEndpoints()
String[] getEndpointsForDeliveryChannel(String dcName)
String[] getConsumingEndpointsForDeliveryChannel(String dcName)
CompositeData getMessagingStatistics()
CompositeData getDeliveryChannelStatistics(String dcName)
CompositeData getEndpointStatistics(String epName)
TabularData getHistoricalEndpointStatistics(String epName)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.