uk.ac.soton.ecs.iam.grid.comms.client
Class JobServiceHelpers

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource<T>
      extended by uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteService<RemoteJobService>
          extended by uk.ac.soton.ecs.iam.grid.comms.client.JobServiceHelpers
All Implemented Interfaces:
Comparable<StorableInStateRepository>, StorableInStateRepository

public class JobServiceHelpers
extends BaseRemoteService<RemoteJobService>


Field Summary
 
Fields inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource
EPR, log, proxy, repository, serviceName, soapBinding, transport
 
Constructor Summary
JobServiceHelpers()
           
 
Method Summary
 JobConversation createJob(String applicationURI, org.apache.axis.message.addressing.EndpointReferenceType billingInfo, String description)
           
 JobConversation createJob(String app, String name)
           
 JobConversation createJobJSDL(Document jsdlDoc)
           
 org.apache.axis.message.addressing.EndpointReferenceType[] getResources()
           
 boolean isJSDLSubmissionSupported()
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteService
createMatchPattern, createMatchRule, getBillingInfo, setBillingInfo, toString
 
Methods inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource
assertNotFinished, compareTo, createMethod, equals, getContextID, getDescription, getEndpoint, getEndpointRef, getInterface, getMethod, getParentURL, getRepository, getServiceName, getURL, getWSDL, hasMethod, initHelper, invoke, invokeService, invokeService, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobServiceHelpers

public JobServiceHelpers()
Method Detail

getResources

public org.apache.axis.message.addressing.EndpointReferenceType[] getResources()
                                                                        throws RemoteException
Throws:
RemoteException

createJob

public JobConversation createJob(String app,
                                 String name)
                          throws RemoteException
Throws:
RemoteException

createJob

public JobConversation createJob(String applicationURI,
                                 org.apache.axis.message.addressing.EndpointReferenceType billingInfo,
                                 String description)
                          throws RemoteException
Throws:
RemoteException

createJobJSDL

public JobConversation createJobJSDL(Document jsdlDoc)
                              throws RemoteException
Throws:
RemoteException

isJSDLSubmissionSupported

public boolean isJSDLSubmissionSupported()


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