public class EndpointMetricsImpl extends Object implements org.jboss.wsf.spi.management.EndpointMetrics
Constructor and Description |
---|
EndpointMetricsImpl() |
Modifier and Type | Method and Description |
---|---|
long |
getAverageProcessingTime() |
org.jboss.wsf.spi.deployment.Endpoint |
getEndpoint() |
long |
getFaultCount() |
long |
getMaxProcessingTime() |
long |
getMinProcessingTime() |
long |
getRequestCount() |
long |
getResponseCount() |
Date |
getStartTime() |
Date |
getStopTime() |
long |
getTotalProcessingTime() |
void |
processFaultMessage(long beginTime) |
long |
processRequestMessage() |
void |
processResponseMessage(long beginTime) |
void |
setEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint) |
void |
start() |
void |
stop() |
String |
toString() |
public org.jboss.wsf.spi.deployment.Endpoint getEndpoint()
getEndpoint
in interface org.jboss.wsf.spi.management.EndpointMetrics
public void setEndpoint(org.jboss.wsf.spi.deployment.Endpoint endpoint)
setEndpoint
in interface org.jboss.wsf.spi.management.EndpointMetrics
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 Date getStartTime()
getStartTime
in interface org.jboss.wsf.spi.management.EndpointMetrics
public Date getStopTime()
getStopTime
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
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.