com.ebmwebsourcing.wsstar.dm.api
Interface QoSMetrics
- All Known Implementing Classes:
- QoSMetricsImpl
public interface QoSMetrics
getLastResponseSize
QoSInteger getLastResponseSize()
- Returns:
- the lastResponseSize
setLastResponseSize
void setLastResponseSize(QoSInteger lastResponseSize)
throws WSDMException
- Parameters:
lastResponseSize - the lastResponseSize to set
- Throws:
WSDMException
getLastRequestSize
QoSInteger getLastRequestSize()
- Returns:
- the lastRequestSize
setLastRequestSize
void setLastRequestSize(QoSInteger lastRequestSize)
throws WSDMException
- Parameters:
lastRequestSize - the lastRequestSize to set
- Throws:
WSDMException
getMaxResponseSize
QoSInteger getMaxResponseSize()
- Returns:
- the maxResponseSize
setMaxResponseSize
void setMaxResponseSize(QoSInteger maxResponseSize)
throws WSDMException
- Parameters:
maxResponseSize - the maxResponseSize to set
- Throws:
WSDMException
getMaxRequestSize
QoSInteger getMaxRequestSize()
- Returns:
- the maxRequestSize
setMaxRequestSize
void setMaxRequestSize(QoSInteger maxRequestSize)
throws WSDMException
- Parameters:
maxRequestSize - the maxRequestSize to set
- Throws:
WSDMException
getNumberOfFailedRequests
QoSInteger getNumberOfFailedRequests()
- Returns:
- the numberOfFailedRequests
setNumberOfFailedRequests
void setNumberOfFailedRequests(QoSInteger numberOfFailedRequests)
throws WSDMException
- Parameters:
numberOfFailedRequests - the numberOfFailedRequests to set
- Throws:
WSDMException
getNumberOfRequests
QoSInteger getNumberOfRequests()
- Returns:
- the numberOfRequests
setNumberOfRequests
void setNumberOfRequests(QoSInteger numberOfRequests)
throws WSDMException
- Parameters:
numberOfRequests - the numberOfRequests to set
- Throws:
WSDMException
getNumberOfSuccessfulRequests
QoSInteger getNumberOfSuccessfulRequests()
- Returns:
- the numberOfSuccessfulRequests
setNumberOfSuccessfulRequests
void setNumberOfSuccessfulRequests(QoSInteger numberOfSuccessfulRequests)
throws WSDMException
- Parameters:
numberOfSuccessfulRequests - the numberOfSuccessfulRequests to set
- Throws:
WSDMException
getLastResponseTime
QoSDuration getLastResponseTime()
- Returns:
- the lastResponseTime
setLastResponseTime
void setLastResponseTime(QoSDuration lastResponseTime)
throws WSDMException
- Parameters:
lastResponseTime - the lastResponseTime to set
- Throws:
WSDMException
getMaxResponseTime
QoSDuration getMaxResponseTime()
- Returns:
- the maxResponseTime
setMaxResponseTime
void setMaxResponseTime(QoSDuration maxResponseTime)
throws WSDMException
- Parameters:
maxResponseTime - the maxResponseTime to set
- Throws:
WSDMException
getServiceTime
QoSDuration getServiceTime()
- Returns:
- the serviceTime
setServiceTime
void setServiceTime(QoSDuration serviceTime)
throws WSDMException
- Parameters:
serviceTime - the serviceTime to set
- Throws:
WSDMException
getPortType
javax.xml.namespace.QName getPortType()
- Returns:
- the portType
setPortType
void setPortType(javax.xml.namespace.QName portType)
- Parameters:
portType - the portType to set
getOperation
java.lang.String getOperation()
- Returns:
- the operation
setOperation
void setOperation(java.lang.String operation)
- Parameters:
operation - the operation to set
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.