uk.ac.soton.itinnovation.grid.comms.data
Interface DataService

All Superinterfaces:
GridService, IdentifiableResource, ManagedGridService, ReportAPI, WSRFService
All Known Subinterfaces:
DataServiceSOAP, LocalDataService, RemoteDataService
All Known Implementing Classes:
DataServiceModule

@WebService(targetNamespace="http://www.it-innovation.soton.ac.uk/2004/grid/data",
            name="DataService",
            serviceName="DataService")
public interface DataService
extends ManagedGridService, WSRFService, ReportAPI, GridService


Field Summary
 
Fields inherited from interface uk.ac.soton.itinnovation.grid.comms.management.ManagedGridService
FREE_SERVICE
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType createStagingArea(String label, MatchRule owner)
          Create a new staging area.
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.management.ManagedGridService
addTrustedAccountService, getAdditionalFederationMethods, getAdditionalFederations, getFederatedMethods, getTrustedAccountServices, removeTrustedAccountService, setAdditionalFederation
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.wsrf.WSRFService
GetResourceProperty
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.reportapi.ReportAPI
getMessages, getMessagesN
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.types.GridService
getResources, getServiceProviderID, getServiceProviderIssuer
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.types.IdentifiableResource
getServiceMatchPattern
 

Method Detail

createStagingArea

@WebMethod(usesBillingHeader=true)
org.apache.axis.message.addressing.EndpointReferenceType createStagingArea(String label,
                                                                                                      MatchRule owner)
                                                                           throws RemoteException
Create a new staging area.

Parameters:
label - label for new stager
owner - A rule to allow access for the owner role
Returns:
the End Point Reference of the new resource
Throws:
RemoteException


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