Class SynchroLdapThread
- java.lang.Object
-
- org.silverpeas.web.jobdomain.control.SynchroThread
-
- org.silverpeas.web.jobdomain.control.SynchroLdapThread
-
- All Implemented Interfaces:
Runnable
public class SynchroLdapThread extends SynchroThread
-
-
Field Summary
Fields Modifier and Type Field Description protected AdminController
adminCtrl
protected String
targetDomainId
-
Fields inherited from class org.silverpeas.web.jobdomain.control.SynchroThread
errorOccurred, isRunning, synchroReport, toAwake
-
-
Constructor Summary
Constructors Constructor Description SynchroLdapThread(JobDomainPeasSessionController toAwake, AdminController adminCtrl, String targetDomainId)
-
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
-
-
-
-
Field Detail
-
adminCtrl
protected AdminController adminCtrl
-
targetDomainId
protected String targetDomainId
-
-
Constructor Detail
-
SynchroLdapThread
public SynchroLdapThread(JobDomainPeasSessionController toAwake, AdminController adminCtrl, String targetDomainId)
-
-