ReportMill 12 API

com.reportmill.datasource
Class RMGAEDataSourceUtils.RemoteFileSyncActivity

java.lang.Object
  extended by com.reportmill.base.RMObject
      extended by com.reportmill.base.RMActivity
          extended by com.reportmill.datasource.RMGAEDataSourceUtils.RemoteFileSyncActivity
All Implemented Interfaces:
com.reportmill.base.RMPropertyChanger, com.reportmill.base.RMUtils.ProgressListener, java.lang.Cloneable, java.lang.Runnable
Enclosing class:
RMGAEDataSourceUtils

public static class RMGAEDataSourceUtils.RemoteFileSyncActivity
extends com.reportmill.base.RMActivity

An activity to do remote file sync.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.reportmill.base.RMActivity
com.reportmill.base.RMActivity.Status
 
Constructor Summary
RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource aDataSource)
          Creates a new remove file sync activity.
RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource aDataSource, java.lang.String aCommand)
          Creates a new remove file sync activity.
 
Method Summary
 void run()
          The actual run method.
 
Methods inherited from class com.reportmill.base.RMActivity
createLogger, getError, getLog, getLogger, getLogString, getMaxProgress, getName, getProgress, getStatus, getTaskName, getThread, interrupt, isIndeterminant, println, runActivity, setError, setLogger, setMaxProgress, setName, setProgress, setStatus, setTaskName, start
 
Methods inherited from class com.reportmill.base.RMObject
addListener, addPropertyChangeListener, animUpdate, clone, firePropertyChange, firePropertyChange, getListener, getListenerCount, getListeners, isFirePropertyChangeEnabled, isUndoing, removeListener, removePropertyChangeListener, setFirePropertyChangeEnabled, setUndoing, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMGAEDataSourceUtils.RemoteFileSyncActivity

public RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource aDataSource)
Creates a new remove file sync activity.


RMGAEDataSourceUtils.RemoteFileSyncActivity

public RMGAEDataSourceUtils.RemoteFileSyncActivity(RMGAEDataSource aDataSource,
                                                   java.lang.String aCommand)
Creates a new remove file sync activity.

Method Detail

run

public void run()
The actual run method.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class com.reportmill.base.RMActivity

ReportMill 12 API