Class SynchroThread
- java.lang.Object
-
- org.silverpeas.web.jobdomain.control.SynchroThread
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
SynchroLdapThread,SynchroWebServiceThread
public abstract class SynchroThread extends Object implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description protected ExceptionerrorOccurredprotected booleanisRunningprotected StringsynchroReportprotected JobDomainPeasSessionControllertoAwake
-
Constructor Summary
Constructors Constructor Description SynchroThread(JobDomainPeasSessionController toAwake)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetErrorOccurred()StringgetSynchroReport()booleanisRunning()voidstartTheThread()
-
-
-
Field Detail
-
toAwake
protected final JobDomainPeasSessionController toAwake
-
isRunning
protected boolean isRunning
-
errorOccurred
protected Exception errorOccurred
-
synchroReport
protected String synchroReport
-
-
Constructor Detail
-
SynchroThread
public SynchroThread(JobDomainPeasSessionController toAwake)
-
-