org.apache.synapse.endpoints
Interface EndpointViewMBean

All Known Implementing Classes:
EndpointView

public interface EndpointViewMBean


Method Summary
 int getActiveChildren()
           
 double getAvgSizeReceived()
           
 double getAvgSizeSent()
           
 long getBytesReceived()
           
 long getBytesSent()
           
 int getConsecutiveEndpointSuspensions()
           
 int getConsecutiveEndpointTimeouts()
           
 long getFaultsReceiving()
           
 long getFaultsSending()
           
 int getLast15MinuteEndpointSuspensions()
           
 int getLast15MinuteEndpointTimeouts()
           
 int getLast5MinuteEndpointSuspensions()
           
 int getLast5MinuteEndpointTimeouts()
           
 int getLastMinuteEndpointSuspensions()
           
 int getLastMinuteEndpointTimeouts()
           
 long getLastResetTime()
           
 long getMaxSizeReceived()
           
 long getMaxSizeSent()
           
 long getMessagesReceived()
           
 long getMessagesSent()
           
 long getMetricsWindow()
           
 long getMinSizeReceived()
           
 long getMinSizeSent()
           
 int getReadyChildren()
           
 Map getReceivingFaultTable()
           
 Map getResponseCodeTable()
           
 Map getSendingFaultTable()
           
 Date getSuspendedAt()
           
 Date getTimedoutAt()
           
 long getTimeoutsReceiving()
           
 long getTimeoutsSending()
           
 int getTotalChildren()
           
 int getTotalEndpointSuspensions()
           
 int getTotalEndpointTimeouts()
           
 boolean isActive()
           
 boolean isSuspended()
           
 boolean isSwitchedOff()
           
 boolean isTimedout()
           
 void resetStatistics()
           
 void switchOff()
           
 void switchOn()
           
 

Method Detail

getMessagesReceived

long getMessagesReceived()

getFaultsReceiving

long getFaultsReceiving()

getTimeoutsReceiving

long getTimeoutsReceiving()

getBytesReceived

long getBytesReceived()

getMinSizeReceived

long getMinSizeReceived()

getMaxSizeReceived

long getMaxSizeReceived()

getAvgSizeReceived

double getAvgSizeReceived()

getReceivingFaultTable

Map getReceivingFaultTable()

getMessagesSent

long getMessagesSent()

getFaultsSending

long getFaultsSending()

getTimeoutsSending

long getTimeoutsSending()

getBytesSent

long getBytesSent()

getMinSizeSent

long getMinSizeSent()

getMaxSizeSent

long getMaxSizeSent()

getAvgSizeSent

double getAvgSizeSent()

getSendingFaultTable

Map getSendingFaultTable()

getResponseCodeTable

Map getResponseCodeTable()

getSuspendedAt

Date getSuspendedAt()

getTimedoutAt

Date getTimedoutAt()

getConsecutiveEndpointSuspensions

int getConsecutiveEndpointSuspensions()

getConsecutiveEndpointTimeouts

int getConsecutiveEndpointTimeouts()

getTotalEndpointSuspensions

int getTotalEndpointSuspensions()

getTotalEndpointTimeouts

int getTotalEndpointTimeouts()

getLastMinuteEndpointSuspensions

int getLastMinuteEndpointSuspensions()

getLast5MinuteEndpointSuspensions

int getLast5MinuteEndpointSuspensions()

getLast15MinuteEndpointSuspensions

int getLast15MinuteEndpointSuspensions()

getLastMinuteEndpointTimeouts

int getLastMinuteEndpointTimeouts()

getLast5MinuteEndpointTimeouts

int getLast5MinuteEndpointTimeouts()

getLast15MinuteEndpointTimeouts

int getLast15MinuteEndpointTimeouts()

switchOn

void switchOn()
              throws Exception
Throws:
Exception

switchOff

void switchOff()
               throws Exception
Throws:
Exception

isActive

boolean isActive()
                 throws Exception
Throws:
Exception

isTimedout

boolean isTimedout()
                   throws Exception
Throws:
Exception

isSuspended

boolean isSuspended()
                    throws Exception
Throws:
Exception

isSwitchedOff

boolean isSwitchedOff()
                      throws Exception
Throws:
Exception

getTotalChildren

int getTotalChildren()
                     throws Exception
Throws:
Exception

getActiveChildren

int getActiveChildren()
                      throws Exception
Throws:
Exception

getReadyChildren

int getReadyChildren()
                     throws Exception
Throws:
Exception

resetStatistics

void resetStatistics()

getLastResetTime

long getLastResetTime()

getMetricsWindow

long getMetricsWindow()


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