com.silverpeas.jobDomainPeas.control
Class SynchroThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.silverpeas.jobDomainPeas.control.SynchroThread
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
SynchroLdapThread, SynchroWebServiceThread

public class SynchroThread
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  boolean m_isEncours
           
protected  String m_SynchroReport
           
protected  JobDomainPeasSessionController m_toAwake
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SynchroThread(JobDomainPeasSessionController toAwake)
           
 
Method Summary
 Exception getErrorOccured()
           
 String getSynchroReport()
           
 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 JobDomainPeasSessionController m_toAwake

m_isEncours

protected boolean m_isEncours

m_ErrorOccured

protected Exception m_ErrorOccured

m_SynchroReport

protected String m_SynchroReport
Constructor Detail

SynchroThread

public SynchroThread(JobDomainPeasSessionController toAwake)
Method Detail

isEnCours

public boolean isEnCours()

getErrorOccured

public Exception getErrorOccured()

getSynchroReport

public String getSynchroReport()

startTheThread

public void startTheThread()


Copyright © 2016 Silverpeas. All Rights Reserved.