org.itr_rescue.dataGuard.ExtApps
Class Application

java.lang.Object
  extended by org.itr_rescue.dataGuard.ExtApps.AbstractApplication
      extended by org.itr_rescue.dataGuard.ExtApps.Application
All Implemented Interfaces:
java.lang.Runnable, IExtApps

public class Application
extends AbstractApplication


Field Summary
protected  java.lang.String objectId
           
protected  RemoteFileSystemView remoteView
           
 
Fields inherited from class org.itr_rescue.dataGuard.ExtApps.AbstractApplication
applicationPath
 
Constructor Summary
Application(java.lang.String objectId, java.lang.String filePath, RemoteFileSystemView view)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.itr_rescue.dataGuard.ExtApps.AbstractApplication
getApplicationPath, setApplicationPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteView

protected RemoteFileSystemView remoteView

objectId

protected java.lang.String objectId
Constructor Detail

Application

public Application(java.lang.String objectId,
                   java.lang.String filePath,
                   RemoteFileSystemView view)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class AbstractApplication