org.apache.servicemix.jbi.monitoring
Interface EndpointStatsMBean

All Known Implementing Classes:
EndpointStats

public interface EndpointStatsMBean


Method Summary
 long getInboundExchangeCount()
          Get the Inbound MessageExchange count
 double getInboundExchangeRate()
          Get the Inbound MessageExchange rate (number/sec)
 long getOutboundExchangeCount()
          Get the Outbound MessageExchange count
 double getOutboundExchangeRate()
          Get the Outbound MessageExchange rate (number/sec)
 void reset()
          reset all stats counters
 

Method Detail

getInboundExchangeCount

long getInboundExchangeCount()
Get the Inbound MessageExchange count

Returns:
inbound count

getInboundExchangeRate

double getInboundExchangeRate()
Get the Inbound MessageExchange rate (number/sec)

Returns:
the inbound exchange rate

getOutboundExchangeCount

long getOutboundExchangeCount()
Get the Outbound MessageExchange count

Returns:
outbound count

getOutboundExchangeRate

double getOutboundExchangeRate()
Get the Outbound MessageExchange rate (number/sec)

Returns:
the outbound exchange rate

reset

void reset()
reset all stats counters



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.