com.centrasite.control.logged.action
Class LoggedExecutorExport

java.lang.Object
  extended by com.centrasite.control.logged.action.LoggedExecutorExport
All Implemented Interfaces:
java.lang.Runnable

public class LoggedExecutorExport
extends java.lang.Object
implements java.lang.Runnable

LoggedExecutorExport.java


Constructor Summary
LoggedExecutorExport(ILoggedAction loggedAction)
           
 
Method Summary
 void execute()
           
 void finish()
          This method is called in the GUI thread once the execution of the ILoggedAction is finished.
 java.lang.String getAdapter()
           
 java.lang.String getHtmlPath()
           
 ILoggedAction getLoggedAction()
           
 java.lang.Throwable getThrowable()
           
 boolean isExecuting()
           
 void run()
           
 void setAdapter(java.lang.String adapter)
           
 void setHtmlPath(java.lang.String htmlPath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedExecutorExport

public LoggedExecutorExport(ILoggedAction loggedAction)
Method Detail

execute

public void execute()

run

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

isExecuting

public boolean isExecuting()

getThrowable

public java.lang.Throwable getThrowable()

getLoggedAction

public ILoggedAction getLoggedAction()

finish

public void finish()
This method is called in the GUI thread once the execution of the ILoggedAction is finished.


getHtmlPath

public java.lang.String getHtmlPath()

setHtmlPath

public void setHtmlPath(java.lang.String htmlPath)

getAdapter

public java.lang.String getAdapter()

setAdapter

public void setAdapter(java.lang.String adapter)