Uses of Class
uk.org.ogsadai.service.resource.factory.DynamicDataServiceResourceRemovalException

Packages that use DynamicDataServiceResourceRemovalException
uk.org.ogsadai.service.resource.factory Provides functionality to dynamically create new data service resources from activities. 
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Uses of DynamicDataServiceResourceRemovalException in uk.org.ogsadai.service.resource.factory
 

Methods in uk.org.ogsadai.service.resource.factory that throw DynamicDataServiceResourceRemovalException
 void DataServiceResourceFactory.removeResource(java.lang.String resourceName, boolean removeConfiguration)
          Withdraw a data service resource from a service.
 

Uses of DynamicDataServiceResourceRemovalException in uk.org.ogsadai.service.wsrf.dataservice.impl
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw DynamicDataServiceResourceRemovalException
 void DataServiceImpl.removeResource(java.lang.String resourceName, boolean removeConfiguration)