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

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

public interface DataService
extends WebAdmin, 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.webadmin.WebAdmin
ensurePoliciesDeployed, getAtomFeed
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.management.ManagedGridService
addTrustedAccountService, getTrustedAccountServices, removeTrustedAccountService
 
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
 

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-2007 University of Southampton IT Innovation Centre. All Rights Reserved.