Package org.apache.axis2.transport.base
Class TransportView
java.lang.Object
org.apache.axis2.transport.base.TransportView
- All Implemented Interfaces:
TransportViewMBean
-
Constructor Summary
ConstructorsConstructorDescriptionTransportView(org.apache.axis2.kernel.TransportListener listener, org.apache.axis2.kernel.TransportSender sender) -
Method Summary
Modifier and TypeMethodDescriptionintdoubledoublelonglonglonglonglonglonglonglonglonglonglonglongintlonglongvoidmaintenenceShutdown(long seconds) voidpause()voidvoidresume()voidstart()voidstop()
-
Constructor Details
-
TransportView
public TransportView(org.apache.axis2.kernel.TransportListener listener, org.apache.axis2.kernel.TransportSender sender)
-
-
Method Details
-
getMessagesReceived
public long getMessagesReceived()- Specified by:
getMessagesReceivedin interfaceTransportViewMBean
-
getFaultsReceiving
public long getFaultsReceiving()- Specified by:
getFaultsReceivingin interfaceTransportViewMBean
-
getTimeoutsReceiving
public long getTimeoutsReceiving()- Specified by:
getTimeoutsReceivingin interfaceTransportViewMBean
-
getTimeoutsSending
public long getTimeoutsSending()- Specified by:
getTimeoutsSendingin interfaceTransportViewMBean
-
getBytesReceived
public long getBytesReceived()- Specified by:
getBytesReceivedin interfaceTransportViewMBean
-
getMessagesSent
public long getMessagesSent()- Specified by:
getMessagesSentin interfaceTransportViewMBean
-
getFaultsSending
public long getFaultsSending()- Specified by:
getFaultsSendingin interfaceTransportViewMBean
-
getBytesSent
public long getBytesSent()- Specified by:
getBytesSentin interfaceTransportViewMBean
-
getMinSizeReceived
public long getMinSizeReceived()- Specified by:
getMinSizeReceivedin interfaceTransportViewMBean
-
getMaxSizeReceived
public long getMaxSizeReceived()- Specified by:
getMaxSizeReceivedin interfaceTransportViewMBean
-
getAvgSizeReceived
public double getAvgSizeReceived()- Specified by:
getAvgSizeReceivedin interfaceTransportViewMBean
-
getMinSizeSent
public long getMinSizeSent()- Specified by:
getMinSizeSentin interfaceTransportViewMBean
-
getMaxSizeSent
public long getMaxSizeSent()- Specified by:
getMaxSizeSentin interfaceTransportViewMBean
-
getAvgSizeSent
public double getAvgSizeSent()- Specified by:
getAvgSizeSentin interfaceTransportViewMBean
-
getResponseCodeTable
- Specified by:
getResponseCodeTablein interfaceTransportViewMBean
-
getActiveThreadCount
public int getActiveThreadCount()- Specified by:
getActiveThreadCountin interfaceTransportViewMBean
-
getQueueSize
public int getQueueSize()- Specified by:
getQueueSizein interfaceTransportViewMBean
-
start
- Specified by:
startin interfaceTransportViewMBean- Throws:
Exception
-
stop
- Specified by:
stopin interfaceTransportViewMBean- Throws:
Exception
-
pause
- Specified by:
pausein interfaceTransportViewMBean- Throws:
Exception
-
resume
- Specified by:
resumein interfaceTransportViewMBean- Throws:
Exception
-
maintenenceShutdown
- Specified by:
maintenenceShutdownin interfaceTransportViewMBean- Throws:
Exception
-
resetStatistics
public void resetStatistics()- Specified by:
resetStatisticsin interfaceTransportViewMBean
-
getLastResetTime
public long getLastResetTime()- Specified by:
getLastResetTimein interfaceTransportViewMBean
-
getMetricsWindow
public long getMetricsWindow()- Specified by:
getMetricsWindowin interfaceTransportViewMBean
-