Uses of Interface
com.ebmwebsourcing.wsstar.dm.api.expression.QoSInteger

Packages that use QoSInteger
com.ebmwebsourcing.wsstar.dm   
com.ebmwebsourcing.wsstar.dm.api   
com.ebmwebsourcing.wsstar.dm.api.expression   
com.ebmwebsourcing.wsstar.dm.impl   
com.ebmwebsourcing.wsstar.dm.impl.expression   
 

Uses of QoSInteger in com.ebmwebsourcing.wsstar.dm
 

Methods in com.ebmwebsourcing.wsstar.dm that return QoSInteger
 QoSInteger WSDMFactoryImpl.newQoSInteger()
           
abstract  QoSInteger WSDMFactory.newQoSInteger()
          Create a new instance of a QoSInteger.
 

Uses of QoSInteger in com.ebmwebsourcing.wsstar.dm.api
 

Methods in com.ebmwebsourcing.wsstar.dm.api that return QoSInteger
 QoSInteger QoSMetrics.getLastRequestSize()
           
 QoSInteger QoSMetrics.getLastResponseSize()
           
 QoSInteger QoSMetrics.getMaxRequestSize()
           
 QoSInteger QoSMetrics.getMaxResponseSize()
           
 QoSInteger QoSMetrics.getNumberOfFailedRequests()
           
 QoSInteger QoSMetrics.getNumberOfRequests()
           
 QoSInteger QoSMetrics.getNumberOfSuccessfulRequests()
           
 

Methods in com.ebmwebsourcing.wsstar.dm.api with parameters of type QoSInteger
 void QoSMetrics.setLastRequestSize(QoSInteger lastRequestSize)
           
 void QoSMetrics.setLastResponseSize(QoSInteger lastResponseSize)
           
 void QoSMetrics.setMaxRequestSize(QoSInteger maxRequestSize)
           
 void QoSMetrics.setMaxResponseSize(QoSInteger maxResponseSize)
           
 void QoSMetrics.setNumberOfFailedRequests(QoSInteger numberOfFailedRequests)
           
 void QoSMetrics.setNumberOfRequests(QoSInteger numberOfRequests)
           
 void QoSMetrics.setNumberOfSuccessfulRequests(QoSInteger numberOfSuccessfulRequests)
           
 

Uses of QoSInteger in com.ebmwebsourcing.wsstar.dm.api.expression
 

Methods in com.ebmwebsourcing.wsstar.dm.api.expression with parameters of type QoSInteger
 void QoSInteger.setAll(QoSInteger qint)
           
 

Uses of QoSInteger in com.ebmwebsourcing.wsstar.dm.impl
 

Methods in com.ebmwebsourcing.wsstar.dm.impl that return QoSInteger
 QoSInteger QoSMetricsImpl.getLastRequestSize()
           
 QoSInteger QoSMetricsImpl.getLastResponseSize()
           
 QoSInteger QoSMetricsImpl.getMaxRequestSize()
           
 QoSInteger QoSMetricsImpl.getMaxResponseSize()
           
 QoSInteger QoSMetricsImpl.getNumberOfFailedRequests()
           
 QoSInteger QoSMetricsImpl.getNumberOfRequests()
           
 QoSInteger QoSMetricsImpl.getNumberOfSuccessfulRequests()
           
 

Methods in com.ebmwebsourcing.wsstar.dm.impl with parameters of type QoSInteger
 void QoSMetricsImpl.setLastRequestSize(QoSInteger lastRequestSize)
           
 void QoSMetricsImpl.setLastResponseSize(QoSInteger lastResponseSize)
           
 void QoSMetricsImpl.setMaxRequestSize(QoSInteger maxRequestSize)
           
 void QoSMetricsImpl.setMaxResponseSize(QoSInteger maxResponseSize)
           
 void QoSMetricsImpl.setNumberOfFailedRequests(QoSInteger numberOfFailedRequests)
           
 void QoSMetricsImpl.setNumberOfRequests(QoSInteger numberOfRequests)
           
 void QoSMetricsImpl.setNumberOfSuccessfulRequests(QoSInteger numberOfSuccessfulRequests)
           
 

Uses of QoSInteger in com.ebmwebsourcing.wsstar.dm.impl.expression
 

Classes in com.ebmwebsourcing.wsstar.dm.impl.expression that implement QoSInteger
 class QoSIntegerImpl
           
 

Methods in com.ebmwebsourcing.wsstar.dm.impl.expression with parameters of type QoSInteger
 void QoSIntegerImpl.setAll(QoSInteger qint)
           
 



Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.