public class EndpointMetricsImpl extends Object implements org.jboss.wsf.spi.management.EndpointMetrics
| Constructor and Description |
|---|
EndpointMetricsImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageProcessingTime() |
long |
getFaultCount() |
long |
getMaxProcessingTime() |
long |
getMinProcessingTime() |
long |
getRequestCount() |
long |
getResponseCount() |
long |
getTotalProcessingTime() |
void |
processFaultMessage(long beginTime) |
long |
processRequestMessage() |
void |
processResponseMessage(long beginTime) |
void |
start() |
void |
stop() |
String |
toString() |
public void start()
start in interface org.jboss.wsf.spi.management.EndpointMetricspublic void stop()
stop in interface org.jboss.wsf.spi.management.EndpointMetricspublic long processRequestMessage()
processRequestMessage in interface org.jboss.wsf.spi.management.EndpointMetricspublic void processResponseMessage(long beginTime)
processResponseMessage in interface org.jboss.wsf.spi.management.EndpointMetricspublic void processFaultMessage(long beginTime)
processFaultMessage in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getMinProcessingTime()
getMinProcessingTime in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getMaxProcessingTime()
getMaxProcessingTime in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getAverageProcessingTime()
getAverageProcessingTime in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getTotalProcessingTime()
getTotalProcessingTime in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getRequestCount()
getRequestCount in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getFaultCount()
getFaultCount in interface org.jboss.wsf.spi.management.EndpointMetricspublic long getResponseCount()
getResponseCount in interface org.jboss.wsf.spi.management.EndpointMetricsCopyright © 2015 JBoss, by Red Hat. All rights reserved.