org.jboss.wsf.spi.management
Interface EndpointMetrics
public interface EndpointMetrics
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description long
getAverageProcessingTime()
long
getFaultCount()
long
getMaxProcessingTime()
long
getMinProcessingTime()
long
getRequestCount()
long
getResponseCount()
long
getTotalProcessingTime()
long
getUpdateTime()
void
processFaultMessage(long beginTime)
long
processRequestMessage()
void
processResponseMessage(long beginTime)
void
start()
void
stop()
Method Detail
start
void start()
stop
void stop()
processRequestMessage
long processRequestMessage()
processResponseMessage
void processResponseMessage(long beginTime)
processFaultMessage
void processFaultMessage(long beginTime)
getMinProcessingTime
long getMinProcessingTime()
getMaxProcessingTime
long getMaxProcessingTime()
getAverageProcessingTime
long getAverageProcessingTime()
getTotalProcessingTime
long getTotalProcessingTime()
getRequestCount
long getRequestCount()
getFaultCount
long getFaultCount()
getResponseCount
long getResponseCount()
getUpdateTime
long getUpdateTime()
Copyright © 2020 JBoss, by Red Hat. All rights reserved.