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() |
long |
getUpdateTime() |
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.EndpointMetrics
public void stop()
stop
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long processRequestMessage()
processRequestMessage
in interface org.jboss.wsf.spi.management.EndpointMetrics
public void processResponseMessage(long beginTime)
processResponseMessage
in interface org.jboss.wsf.spi.management.EndpointMetrics
public void processFaultMessage(long beginTime)
processFaultMessage
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getMinProcessingTime()
getMinProcessingTime
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getMaxProcessingTime()
getMaxProcessingTime
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getAverageProcessingTime()
getAverageProcessingTime
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getTotalProcessingTime()
getTotalProcessingTime
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getRequestCount()
getRequestCount
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getFaultCount()
getFaultCount
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getResponseCount()
getResponseCount
in interface org.jboss.wsf.spi.management.EndpointMetrics
public long getUpdateTime()
getUpdateTime
in interface org.jboss.wsf.spi.management.EndpointMetrics
Copyright © 2016 JBoss, by Red Hat. All rights reserved.