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

Packages that use ResourceIDAlreadyAssignedException
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

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

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw ResourceIDAlreadyAssignedException
protected  org.globus.wsrf.ResourceKey DataServiceImpl.createResourceFromConfigDirectory(java.lang.Object id)
          Creates a data service resource using configuration details from the resource's configuration directory.
protected  org.globus.wsrf.ResourceKey DataServiceImpl.createResourceFromComponentFactory(java.lang.Object id, DSRComponentFactory componentFactory)
          Creates a data service resource using a data service resource component factory to generate the required components of the resource.
protected  org.globus.wsrf.ResourceKey DataServiceImpl.createResourceFromComponents(java.lang.Object id, DataResourceAccessor dataResourceAccessor, ActivitiesConfig activitiesConfig, SessionComponentFactory sessionComponentFactory)
          Creates a data service resource that is made up of the given components.