com.silverpeas.importExportPeas.control
Class ExportThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.silverpeas.importExportPeas.control.ExportThread
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
ExportXMLThread

public class ExportThread
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected  Exception m_ErrorOccured
           
protected  ExportReport m_ExportReport
           
protected  boolean m_isEncours
           
protected  ImportExportSessionController m_toAwake
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ExportThread(ImportExportSessionController toAwake)
           
 
Method Summary
 Exception getErrorOccured()
           
 ExportReport getReport()
           
 boolean isEnCours()
           
 void startTheThread()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_toAwake

protected ImportExportSessionController m_toAwake

m_isEncours

protected boolean m_isEncours

m_ErrorOccured

protected Exception m_ErrorOccured

m_ExportReport

protected ExportReport m_ExportReport
Constructor Detail

ExportThread

public ExportThread(ImportExportSessionController toAwake)
Method Detail

isEnCours

public boolean isEnCours()

getErrorOccured

public Exception getErrorOccured()

getReport

public ExportReport getReport()

startTheThread

public void startTheThread()


Copyright © 2016 Silverpeas. All Rights Reserved.