1 17 package org.apache.servicemix.jbi.framework; 18 19 20 23 public interface ComponentStatsMBean { 24 25 26 31 public long getInboundExchangeCount(); 32 33 38 public double getInboundExchangeRate(); 39 40 45 public long getOutboundExchangeCount(); 46 47 52 public double getOutboundExchangeRate(); 53 54 57 public int getInboundQueueSize(); 58 59 62 public void reset(); 63 } 64 | Popular Tags |