Uses of Class
org.ow2.dragon.api.service.deployment.DeploymentException

Packages that use DeploymentException
org.ow2.dragon.api.service.deployment   
org.ow2.dragon.api.service.wsdm   
org.ow2.dragon.service.deployment   
org.ow2.dragon.service.wsdm   
 

Uses of DeploymentException in org.ow2.dragon.api.service.deployment
 

Methods in org.ow2.dragon.api.service.deployment that throw DeploymentException
 void EndpointManager.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValueId)
          Add a category to the given endpoint.
 void TechServiceManager.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValueId)
          Add a category to the given tech service.
 void EndpointManager.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
          Add a category to the given endpoint.
 void TechServiceManager.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
          Add a category to the given tech service.
 void TechServiceManager.addEndpoint(java.lang.String endpointId, java.lang.String serviceId)
           
 java.lang.String EndpointManager.addServiceDefFile(org.w3c.dom.Document wsdlDoc, java.lang.String wsdlFileName, java.lang.String endpointId, boolean storeEntities)
           
 java.lang.String TechServiceManager.addServiceDefFile(org.w3c.dom.Document wsdlDoc, java.lang.String wsdlFileName, java.lang.String techServiceId, boolean storeEntities)
          Add the given specification to the given service.
 java.lang.String EndpointManager.addServiceDefFile(java.net.URI wsdlURI, java.lang.String wsdlFileName, java.lang.String endpointId, boolean storeEntities)
           
 java.lang.String TechServiceManager.addServiceDefFile(java.net.URI wsdlURI, java.lang.String wsdlFileName, java.lang.String techServiceId, boolean storeEntities)
          Add the given specification to the given service.
 java.lang.String EndpointManager.createEndpoint(java.lang.String epName, java.lang.String epAddress, java.lang.String servId)
          Add a new endpoint to the registry linked to the specified service
 java.lang.String TechServiceManager.createTechService(TechnicalServiceTO techServiceTO)
          Add a new tech service in registry.
 java.util.List<EndpointTO> EndpointManager.getAllEndpoints(RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints in the registry.
 java.util.List<KeyedRefTO> EndpointManager.getCategoriesForEndpoint(java.lang.String endpointId)
          Return the list of categories related to the endpoint matching the given id
 java.util.List<KeyedRefTO> TechServiceManager.getCategoriesForTechServ(java.lang.String techServiceId)
          Return a List of KeyedRefTO that maps service related categories
 EndpointTO EndpointManager.getEndpoint(java.lang.String endpointId, java.lang.String user)
          Retrieve an endpoint matching the given ID
 EndpointTO TechServiceManager.getEndpoint(java.lang.String techServiceName, java.lang.String endpointName)
          Retrieve the endpoint with the given name, which is part of the tech service with the given name.
 java.util.List<EndpointTO> EndpointManager.getEndpointsByBinding(java.lang.String bindingId, RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints linked to the binding matching the given ID.
 java.io.InputStream TechServiceManager.getRelatedDocContent(java.lang.String relatedDocId)
          Return the content of the specified related document as an InputStream
 java.lang.String TechServiceManager.getRelatedDocContentAsString(java.lang.String relatedDocId)
          Return the content of the specified related document as a String
 java.util.List<SimpleFileTO> TechServiceManager.getRelatedDocsForTechServ(java.lang.String techServiceId)
          Return a List of SimpleFileTO that maps service related docs
 TechnicalServiceTO TechServiceManager.getTechService(java.lang.String techServiceId, java.lang.String user)
          Retrieve an technical service matching the given ID
 java.util.List<TechnicalServiceTO> TechServiceManager.loadServicesFromWSDL(java.lang.String[] servicesId, RequestOptionsTO requestOptionsTO)
          Retrieve a list of tech services matching the given IDs
 java.lang.String TechServiceManager.registerRelatedDoc(java.lang.String serviceId, java.lang.String mimetype, byte[] docContent, java.lang.String fileName)
          Registers a new document in the registry (supported types are: DOC, PDF, XML, HTML, XLS, PPT, TXT, RTF, ODT, ODS, ODP).
 void EndpointManager.removeCategories(java.lang.String endpointId, java.util.List<java.lang.String> categoryIds)
          Remove the selected categories linked to a technical service
 void TechServiceManager.removeCategories(java.lang.String techServiceId, java.util.List<java.lang.String> categoryIds)
          Remove the selected categories linked to a technical service
 void EndpointManager.removeEndpoint(java.lang.String endpointId)
          Remove the endpoint matching the given ID from the registry
 void TechServiceManager.removeRelatedDoc(java.lang.String serviceId, java.lang.String documentId)
          Remove a related document from the registry associate to the given service.
 void EndpointManager.removeServiceSpec(java.lang.String endpointId, java.lang.String serviceSpecificationId)
           
 void TechServiceManager.removeServiceSpec(java.lang.String serviceId, java.lang.String serviceSpecificationId)
          Unlink the given service specification from the given service.
 void TechServiceManager.removeTechService(java.lang.String techServiceId)
          Remove the tech services matching the given ID from the registry
 java.util.List<TechnicalServiceTO> TechServiceManager.searchTechService(java.lang.String searchCriteria, java.util.List<ServiceSearchProperties> searchedProperties, RequestOptionsTO iOptions)
          Retrieve a list of tech services matching the given criteria for the given properties
 java.lang.String EndpointManager.updateEndpoint(EndpointTO endpointTO)
          Update the endpoint in the registry.
 java.lang.String TechServiceManager.updateTechService(TechnicalServiceTO techServiceTO)
          Update the tech service in the registry.
 

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

Methods in org.ow2.dragon.api.service.wsdm that throw DeploymentException
 java.util.List<QoSMetricTO> QoSMetricManager.getAllQoSMetrics()
          Allow to recover all QoSMetrics stored in database
 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
 void QoSMetricManager.removeQoSMetric(java.lang.String bindingOperationId)
          Allow to remove a QoSMetric by providing the linked binding operation identifier
 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 DeploymentException in org.ow2.dragon.service.deployment
 

Methods in org.ow2.dragon.service.deployment that throw DeploymentException
 void TechServiceManagerImpl.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValueId)
           
 void EndpointManagerImpl.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValueId)
           
 void TechServiceManagerImpl.addCategory(java.lang.String techServiceId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
           
 void EndpointManagerImpl.addCategory(java.lang.String endpointId, java.lang.String categoryId, java.lang.String categoryValue, java.lang.String categoryDesc)
           
 void TechServiceManagerImpl.addEndpoint(java.lang.String endpointId, java.lang.String serviceId)
           
 java.lang.String TechServiceManagerImpl.addServiceDefFile(org.w3c.dom.Document wsdlDoc, java.lang.String wsdlFileName, java.lang.String techServiceId, boolean storeEntities)
           
 java.lang.String EndpointManagerImpl.addServiceDefFile(org.w3c.dom.Document wsdlDoc, java.lang.String wsdlFileName, java.lang.String endpointId, boolean storeEntities)
           
 java.lang.String TechServiceManagerImpl.addServiceDefFile(java.net.URI wsdlURI, java.lang.String wsdlFileName, java.lang.String techServiceId, boolean storeEntities)
           
 java.lang.String EndpointManagerImpl.addServiceDefFile(java.net.URI wsdlURI, java.lang.String wsdlFileName, java.lang.String endpointId, boolean storeEntities)
           
 java.lang.String EndpointManagerImpl.createEndpoint(java.lang.String epName, java.lang.String epAddress, java.lang.String servId)
           
 java.lang.String TechServiceManagerImpl.createTechService(TechnicalServiceTO techServiceTO)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getAllEndpoints(RequestOptionsTO requestOptionsTO)
           
 java.util.List<KeyedRefTO> EndpointManagerImpl.getCategoriesForEndpoint(java.lang.String endpointId)
           
 java.util.List<KeyedRefTO> TechServiceManagerImpl.getCategoriesForTechServ(java.lang.String techServiceId)
           
 EndpointTO TechServiceManagerImpl.getEndpoint(java.lang.String techServiceName, java.lang.String endpointName)
           
 EndpointTO EndpointManagerImpl.getEndpoint(java.lang.String endpointId, java.lang.String user)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getEndpointsByBinding(java.lang.String bindingId, RequestOptionsTO requestOptionsTO)
           
 java.io.InputStream TechServiceManagerImpl.getRelatedDocContent(java.lang.String relatedDocId)
           
 java.lang.String TechServiceManagerImpl.getRelatedDocContentAsString(java.lang.String relatedDocId)
           
 java.util.List<SimpleFileTO> TechServiceManagerImpl.getRelatedDocsForTechServ(java.lang.String techServiceId)
           
 TechnicalServiceTO TechServiceManagerImpl.getTechService(java.lang.String techServiceId, java.lang.String user)
           
 java.util.List<TechnicalServiceTO> TechServiceManagerImpl.loadServicesFromWSDL(java.lang.String[] servicesId, RequestOptionsTO requestOptionsTO)
           
 java.lang.String TechServiceManagerImpl.registerRelatedDoc(java.lang.String serviceId, java.lang.String mimetype, byte[] docContent, java.lang.String fileName)
           
 void TechServiceManagerImpl.removeCategories(java.lang.String techServiceId, java.util.List<java.lang.String> categoryIds)
           
 void EndpointManagerImpl.removeCategories(java.lang.String endpointId, java.util.List<java.lang.String> categoryIds)
           
 void EndpointManagerImpl.removeEndpoint(java.lang.String endpointId)
           
 void TechServiceManagerImpl.removeRelatedDoc(java.lang.String serviceId, java.lang.String documentId)
           
 void TechServiceManagerImpl.removeServiceSpec(java.lang.String serviceId, java.lang.String serviceSpecificationId)
           
 void EndpointManagerImpl.removeServiceSpec(java.lang.String endpointId, java.lang.String serviceSpecificationId)
           
 void TechServiceManagerImpl.removeTechService(java.lang.String techServiceId)
           
 java.util.List<TechnicalServiceTO> TechServiceManagerImpl.searchTechService(java.lang.String searchCriteria, java.util.List<ServiceSearchProperties> searchedProperties, RequestOptionsTO options)
           
 java.lang.String EndpointManagerImpl.updateEndpoint(EndpointTO endpointTO)
           
 java.lang.String TechServiceManagerImpl.updateTechService(TechnicalServiceTO techServiceTO)
           
 

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

Methods in org.ow2.dragon.service.wsdm that throw DeploymentException
 java.util.List<QoSMetricTO> QoSMetricManagerImpl.getAllQoSMetrics()
          Allow to recover all QoSMetrics stored in database
 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
 void QoSMetricManagerImpl.removeQoSMetric(java.lang.String qoSMetricId)
          Allow to remove a QoSMetric by providing the linked binding operation identifier
 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.