uk.ac.soton.itinnovation.grid.comms.job
Class JobHelpers
java.lang.Object
uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource<T>
uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteConversation<JobConversation>
uk.ac.soton.itinnovation.grid.comms.job.JobHelpers
- All Implemented Interfaces:
- Comparable<StorableInStateRepository>, Conversation, StorableInStateRepository
public class JobHelpers
- extends BaseRemoteConversation<JobConversation>
| Methods inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteConversation |
assertNotFinished, compareTo, finish, getChildConversations, getContextID, getParentConversation, getService, initHelper, isFinished, outOfDate, setLabel, toString |
| Methods inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource |
createMethod, equals, getDescription, getEndpoint, getEndpointRef, getInterface, getMethod, getParentURL, getRepository, getServiceName, getURL, getWSDL, hasMethod, invoke, invokeService, invokeService, setDescription |
JobHelpers
public JobHelpers()
checkJob
public JobStatus checkJob()
throws RemoteException
- Throws:
RemoteException
addStagersFromJSDL
public void addStagersFromJSDL(JobDescription jsdlJobDesc)
addStagersFromStatus
public void addStagersFromStatus(JobStatus status)
finishJob
public void finishJob()
throws RemoteException
- Throws:
RemoteException
getInputs
public DataConversation[] getInputs()
throws RemoteException
- Throws:
RemoteException
getOutputs
public DataConversation[] getOutputs()
throws RemoteException
- Throws:
RemoteException
input
public DataConversation input(String name)
throws RemoteException,
NoSuchConversation
- Throws:
RemoteException
NoSuchConversation
output
public DataConversation output(String name)
throws RemoteException,
NoSuchConversation
- Throws:
RemoteException
NoSuchConversation
getPolicyRules
public PolicyRule[] getPolicyRules()
throws RemoteException
- Throws:
RemoteException
addPolicyRule
public void addPolicyRule(PolicyRule rule)
throws RemoteException
- Throws:
RemoteException
removePolicyRule
public void removePolicyRule(PolicyRule rule)
throws RemoteException
- Throws:
RemoteException
getValidRoles
public String[] getValidRoles()
throws RemoteException
- Throws:
RemoteException
destroy
public void destroy()
throws RemoteException
- Throws:
RemoteException
submitJobJSDL
public void submitJobJSDL()
throws RemoteException
- Throws:
RemoteException
stillActive
public boolean stillActive()
throws RemoteException
- Throws:
RemoteException
stillActive
public boolean stillActive(JobStatus status)
throws RemoteException
- Throws:
RemoteException
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.