Uses of Class
org.ow2.dragon.api.to.wsdm.QoSMetricTO

Packages that use QoSMetricTO
org.ow2.dragon.api.service.wsdm   
org.ow2.dragon.service   
org.ow2.dragon.service.wsdm   
 

Uses of QoSMetricTO in org.ow2.dragon.api.service.wsdm
 

Methods in org.ow2.dragon.api.service.wsdm that return QoSMetricTO
 QoSMetricTO QoSMetricManager.getQoSMetric(java.lang.String bindingOperationId)
          Allow to get a specific QoSMetricTO by providing the binding operation identifier
 QoSMetricTO QoSMetricManager.getQoSMetricForBinding(java.lang.String bindingTO)
          Allow to calculate QoSMetric for a given binding
 QoSMetricTO QoSMetricManager.getQoSMetricForEndpoint(java.lang.String endpointTO)
          Allow to calculate QoSMetric for a given endpoint
 QoSMetricTO QoSMetricManager.getQoSMetricForTechnicalService(java.lang.String techServiceTO)
          Allow to calculate QoSMetric for a given technical service
 

Methods in org.ow2.dragon.api.service.wsdm that return types with arguments of type QoSMetricTO
 java.util.List<QoSMetricTO> QoSMetricManager.getAllQoSMetrics()
          Allow to recover all QoSMetrics stored in database
 

Methods in org.ow2.dragon.api.service.wsdm with parameters of type QoSMetricTO
 void QoSMetricManager.saveQoSMetric(QoSMetricTO qoSMetricTO)
          Allow to save in database new QoSMetric object, by providing a QoSMetricTO
 void QoSMetricManager.updateQoSMetric(QoSMetricTO qoSMetricTO)
          Allow to update a QoSMetricBO by providing a QoSMetricTO
 

Uses of QoSMetricTO in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service that return QoSMetricTO
 QoSMetricTO TransfertObjectAssembler.toQoSMetricTO(QoSMetric qoSMetric)
           
 QoSMetricTO TransfertObjectAssemblerImpl.toQoSMetricTO(QoSMetric qoSMetric)
           
 

Methods in org.ow2.dragon.service with parameters of type QoSMetricTO
 void TransfertObjectAssembler.toQoSMetricBO(QoSMetricTO qoSMetricTO, QoSMetric qoSMetricBO)
           
 void TransfertObjectAssemblerImpl.toQoSMetricBO(QoSMetricTO qoSMetricTO, QoSMetric qoSMetricBO)
           
 

Uses of QoSMetricTO in org.ow2.dragon.service.wsdm
 

Methods in org.ow2.dragon.service.wsdm that return QoSMetricTO
 QoSMetricTO QoSMetricManagerImpl.getQoSMetric(java.lang.String bindingOperationId)
          Allow to get a specific QoSMetricTO by providing the binding operation identifier
 QoSMetricTO QoSMetricManagerImpl.getQoSMetricForBinding(java.lang.String bindingId)
          Allow to calculate QoSMetric for a given binding
 QoSMetricTO QoSMetricManagerImpl.getQoSMetricForEndpoint(java.lang.String endpointId)
          Allow to calculate QoSMetric for a given endpoint
 QoSMetricTO QoSMetricManagerImpl.getQoSMetricForTechnicalService(java.lang.String techServiceId)
          Allow to calculate QoSMetric for a given technical service
 

Methods in org.ow2.dragon.service.wsdm that return types with arguments of type QoSMetricTO
 java.util.List<QoSMetricTO> QoSMetricManagerImpl.getAllQoSMetrics()
          Allow to recover all QoSMetrics stored in database
 

Methods in org.ow2.dragon.service.wsdm with parameters of type QoSMetricTO
 void QoSMetricManagerImpl.saveQoSMetric(QoSMetricTO qoSMetricTO)
          Allow to save in database new QoSMetric object, by providing a QoSMetricTO
 void QoSMetricManagerImpl.updateQoSMetric(QoSMetricTO qoSMetricTO)
          Allow to update a QoSMetricBO by providing a QoSMetricTO
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.