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 SummaryFields Modifier and Type Field Description protected AdminControlleradminCtrlprotected StringtargetDomainId- 
Fields inherited from class org.silverpeas.web.jobdomain.control.SynchroThreaderrorOccurred, isRunning, synchroReport, toAwake
 
- 
 - 
Constructor SummaryConstructors Constructor Description SynchroLdapThread(JobDomainPeasSessionController toAwake, AdminController adminCtrl, String targetDomainId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()- 
Methods inherited from class org.silverpeas.web.jobdomain.control.SynchroThreadgetErrorOccurred, getSynchroReport, isRunning, startTheThread
 
- 
 
- 
- 
- 
Field Detail- 
adminCtrlprotected AdminController adminCtrl 
 - 
targetDomainIdprotected String targetDomainId 
 
- 
 - 
Constructor Detail- 
SynchroLdapThreadpublic SynchroLdapThread(JobDomainPeasSessionController toAwake, AdminController adminCtrl, String targetDomainId) 
 
- 
 
-