org.globus.cog.gridface.impl.commands
Class MKDIRCommandImpl
java.lang.Object
org.globus.cog.gridface.impl.commands.GridCommandImpl
org.globus.cog.gridface.impl.commands.MKDIRCommandImpl
- All Implemented Interfaces:
- ExecutableObject, GridCommand, StatusListener
- public class MKDIRCommandImpl
- extends GridCommandImpl
- implements GridCommand
| Methods inherited from class org.globus.cog.gridface.impl.commands.GridCommandImpl |
addArgument, addStatusListener, getArgument, getArguments, getArgumentsSize, getAttribute, getAttributes, getCommand, getCompletedTime, getError, getException, getExceptionString, getId, getIdentity, getName, getObjectType, getStatus, getStatusListeners, getSubmittedTime, getTask, getTaskAttribute, prepareFileOperationTask, prepareFileTransferTask, prepareJobSubmissionTask, removeStatusListener, setArguments, setAttribute, setAttributes, setCommand, setIdentity, setName, setStatus, setStatus, setTask, setTaskAttribute, statusChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.globus.cog.gridface.interfaces.GridCommand |
addArgument, addStatusListener, getArgument, getArguments, getArgumentsSize, getAttribute, getAttributes, getCommand, getCompletedTime, getError, getException, getExceptionString, getId, getStatusListeners, getSubmittedTime, getTask, getTaskAttribute, removeStatusListener, setArguments, setAttribute, setAttributes, setCommand, setTask, setTaskAttribute |
MKDIRCommandImpl
public MKDIRCommandImpl()
prepareTask
public ExecutableObject prepareTask()
throws Exception
- Description copied from interface:
GridCommand
- prepare the executable object for this command
- Specified by:
prepareTask in interface GridCommand
- Throws:
Exception
validate
public boolean validate()
- Description copied from interface:
GridCommand
- validate the given command and return true or false
- Specified by:
validate in interface GridCommand- Overrides:
validate in class GridCommandImpl
getOutput
public Object getOutput()
- Description copied from interface:
GridCommand
- Get output of the given command when status changes to COMPLETED
- Specified by:
getOutput in interface GridCommand