org.itr_rescue.dataGuard.DataObjectModel
Class MoveFileAction

java.lang.Object
  extended by org.itr_rescue.dataGuard.DataObjectModel.AbstractFileAction
      extended by org.itr_rescue.dataGuard.DataObjectModel.MoveFileAction
All Implemented Interfaces:
java.lang.Comparable, IAction

public class MoveFileAction
extends AbstractFileAction


Field Summary
 
Fields inherited from class org.itr_rescue.dataGuard.DataObjectModel.AbstractFileAction
actionParameter, actionPriority, fileSystem, localPath, localView, remotePath, remoteView, selectedLocalFiles, selectedRemoteFiles, transferType
 
Constructor Summary
MoveFileAction()
           
 
Method Summary
protected  void checkTransferType()
           
 int compareTo(java.lang.Object arg0)
           
 boolean execute()
           
 
Methods inherited from class org.itr_rescue.dataGuard.DataObjectModel.AbstractFileAction
executeLocal, executeRemote, loadComponent, setActionParameter, setLocalView, setRemoteView, setSelectedObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveFileAction

public MoveFileAction()
Method Detail

execute

public boolean execute()
Specified by:
execute in interface IAction
Overrides:
execute in class AbstractFileAction

checkTransferType

protected void checkTransferType()
Overrides:
checkTransferType in class AbstractFileAction

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class AbstractFileAction