Interface TransportViewMBean

All Known Implementing Classes:
TransportView

public interface TransportViewMBean
  • Method Details

    • getMessagesReceived

      long getMessagesReceived()
    • getFaultsReceiving

      long getFaultsReceiving()
    • getTimeoutsReceiving

      long getTimeoutsReceiving()
    • getMessagesSent

      long getMessagesSent()
    • getFaultsSending

      long getFaultsSending()
    • getTimeoutsSending

      long getTimeoutsSending()
    • getBytesReceived

      long getBytesReceived()
    • getBytesSent

      long getBytesSent()
    • getMinSizeReceived

      long getMinSizeReceived()
    • getMaxSizeReceived

      long getMaxSizeReceived()
    • getAvgSizeReceived

      double getAvgSizeReceived()
    • getMinSizeSent

      long getMinSizeSent()
    • getMaxSizeSent

      long getMaxSizeSent()
    • getAvgSizeSent

      double getAvgSizeSent()
    • getActiveThreadCount

      int getActiveThreadCount()
    • getQueueSize

      int getQueueSize()
    • getResponseCodeTable

      Map getResponseCodeTable()
    • start

      void start() throws Exception
      Throws:
      Exception
    • stop

      void stop() throws Exception
      Throws:
      Exception
    • pause

      void pause() throws Exception
      Throws:
      Exception
    • resume

      void resume() throws Exception
      Throws:
      Exception
    • maintenenceShutdown

      void maintenenceShutdown(long seconds) throws Exception
      Throws:
      Exception
    • resetStatistics

      void resetStatistics()
    • getLastResetTime

      long getLastResetTime()
    • getMetricsWindow

      long getMetricsWindow()