Uses of Class
uk.org.ogsadai.service.resource.ResourceKeyInvalidException

Packages that use ResourceKeyInvalidException
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
uk.org.ogsadai.service.wsrf.resource This package provides classes that support the wrapping of OGSA-DAI data service resources in a form compatible with Globus Toolkit 4.0. 
 

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

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw ResourceKeyInvalidException
protected  void DataServiceImpl.removeResource(java.lang.Object id)
          Remove a data service resource with the given ID
 

Uses of ResourceKeyInvalidException in uk.org.ogsadai.service.wsrf.resource
 

Methods in uk.org.ogsadai.service.wsrf.resource that throw ResourceKeyInvalidException
 org.globus.wsrf.ResourceKey DataServiceResourceWrapperHome.create(java.lang.Object id, DataResourceAccessor dataResourceAccessor, ActivitiesConfig activitiesConfig, SessionComponentFactory sessionComponentFactory, SecurityContextProvider securityContextProvider, ConcurrencySettings concurrency, AccessAuthorizer authority)
          Create a new DataServiceResource, wrapped in a DataServiceResourceWrapper, add it to the "home" and return its org.globus.wsrf.ResourceKey.