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 Exception
errorOccurred
protected boolean
isRunning
protected String
synchroReport
protected JobDomainPeasSessionController
toAwake
-
Constructor Summary
Constructors Constructor Description SynchroThread(JobDomainPeasSessionController toAwake)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getErrorOccurred()
String
getSynchroReport()
boolean
isRunning()
void
startTheThread()
-
-
-
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)
-
-