uk.ac.soton.ecs.iam.grid.comms.client
Interface RemoteJobService

All Superinterfaces:
Comparable<StorableInStateRepository>, GridService, IdentifiableResource, JobService, ManagedGridService, RemoteService, ReportAPI, StorableInStateRepository, WSRFService

@InterfaceWithWSDL(value=JobServiceSOAP.class)
public interface RemoteJobService
extends RemoteService, JobService


Field Summary
 
Fields inherited from interface uk.ac.soton.itinnovation.grid.comms.management.ManagedGridService
FREE_SERVICE
 
Method Summary
 JobConversation createJob(String applicationURI, String description)
          Deprecated. createJobJSDL(Document) should be used as of 5.2
 JobConversation createJobJSDL(Document JSDL)
           
 boolean isJSDLSubmissionSupported()
          Returns true if this job service is a 5.2 (or later) service that support JSDL job submission.
 
Methods inherited from interface uk.ac.soton.ecs.iam.grid.comms.client.RemoteService
createMatchPattern, createMatchRule, getEndpoint
 
Methods inherited from interface uk.ac.soton.ecs.iam.grid.comms.client.StorableInStateRepository
getDescription, getEndpointRef, getURL, setDescription
 
Methods inherited from interface java.lang.Comparable
compareTo
 
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
 
Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.job.JobService
createJob, createJobJSDL, getApplicationDescription, getApplicationMetadata, getApplicationMetadataDetailed, getApplications
 
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

createJob

@Deprecated
JobConversation createJob(String applicationURI,
                                     String description)
                          throws RemoteException
Deprecated. createJobJSDL(Document) should be used as of 5.2

Throws:
RemoteException

createJobJSDL

JobConversation createJobJSDL(Document JSDL)
                              throws RemoteException
Throws:
RemoteException

isJSDLSubmissionSupported

boolean isJSDLSubmissionSupported()
Returns true if this job service is a 5.2 (or later) service that support JSDL job submission.



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