org.globus.cog.gridshell.tasks
Class PutdirTask
java.lang.Object
org.globus.cog.abstraction.impl.common.task.TaskImpl
org.globus.cog.gridshell.tasks.AbstractTask
org.globus.cog.gridshell.tasks.AbstractFileTask
org.globus.cog.gridshell.tasks.AbstractFileOperationTask
org.globus.cog.gridshell.tasks.PutdirTask
- All Implemented Interfaces:
- ExecutableObject, Task
- public class PutdirTask
- extends AbstractFileOperationTask
A task that puts a directory on a remote machine
| Methods inherited from class org.globus.cog.abstraction.impl.common.task.TaskImpl |
addOutputListener, addService, addStatusListener, equals, getAllAttributes, getAllServices, getAttribute, getCompletedTime, getIdentity, getName, getObjectType, getRequiredServices, getService, getSpecification, getStatus, getStdError, getStdOutput, getSubmittedTime, getType, hashCode, isActive, isCanceled, isCompleted, isFailed, isSuspended, isUnsubmitted, removeAllServices, removeOutputListener, removeService, removeService, removeStatusListener, setAttribute, setIdentity, setName, setProvider, setRequiredService, setService, setSpecification, setStatus, setStatus, setStdError, setStdOutput, setType, toString, toXML |
PutdirTask
public PutdirTask(StartTask connection,
String sourceDir,
String destinationDir)
throws InvalidProviderException,
ProviderMethodException
- Creates a task that puts a directory on a remote machine
- Parameters:
connection - sourceDir - - the directory on the local machine to senddestinationDir - - the location to place the directory remotely
- Throws:
InvalidProviderException
ProviderMethodException
getOperation
public String getOperation()
- Specified by:
getOperation in class AbstractFileTask