Class SynchroWebServiceThread
- java.lang.Object
-
- org.silverpeas.web.jobdomain.control.SynchroThread
-
- org.silverpeas.web.jobdomain.control.SynchroWebServiceThread
-
- All Implemented Interfaces:
Runnable
public class SynchroWebServiceThread extends SynchroThread
-
-
Field Summary
-
Fields inherited from class org.silverpeas.web.jobdomain.control.SynchroThread
errorOccurred, isRunning, synchroReport, toAwake
-
-
Constructor Summary
Constructors Constructor Description SynchroWebServiceThread(JobDomainPeasSessionController toAwake)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class org.silverpeas.web.jobdomain.control.SynchroThread
getErrorOccurred, getSynchroReport, isRunning, startTheThread
-
-
-
-
Constructor Detail
-
SynchroWebServiceThread
public SynchroWebServiceThread(JobDomainPeasSessionController toAwake)
-
-