uk.ac.soton.itinnovation.grid.service.ogsadai
Interface OgsaDaiInstance

All Superinterfaces:
ConfigurableDataServicePortType, Remote
All Known Implementing Classes:
DefaultOgsaDaiInstance

public interface OgsaDaiInstance
extends ConfigurableDataServicePortType

An interface to an OGSA-DAI data service. Extends the ConfigurableDataServicePortType interface with methods specific to the GRIA OGSA-DAI service.


Method Summary
 void setDbName(String dbName)
          Set the name of the data resource that subsequent OGSA-DAI methods should operate on.
 void setSecurityContext(String distinguishedName)
          Set security credentials to be used by subsequent OGSA-DAI methods.
 
Methods inherited from interface uk.org.ogsadai.service.wsi.dataservice.ConfigurableDataServicePortType
deploy, getBlock, getFully, getMultipleResourceProperties, getNBlocks, getResourceProperty, getVersion, listResources, perform, putBlock, putFully, terminate, undeploy
 

Method Detail

setDbName

void setDbName(String dbName)
Set the name of the data resource that subsequent OGSA-DAI methods should operate on. This name is individual to each thread.


setSecurityContext

void setSecurityContext(String distinguishedName)
Set security credentials to be used by subsequent OGSA-DAI methods. Usually this is the resource ID of the subscription that is being used to access the resource. These security credentials are individual to each thread.



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.