public class ImportLdapJob extends java.lang.Object implements IScheduledJob
Constructor and Description |
---|
ImportLdapJob() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
getDateInGeneralizedTimeFormat(java.util.Date date) |
java.lang.String |
getDescription(java.lang.String locale) |
java.lang.String |
getJobId() |
java.util.Set<java.lang.String> |
getLockedResources() |
JobKind |
getType() |
boolean |
supportsScheduling() |
void |
tick(IScheduler sched,
boolean plannedExecution,
java.lang.String domainName,
java.util.Date startDate)
This method is called by Blue Mind's scheduler.
|
protected void |
updateLastUpdateDomainDate(ItemValue<Domain> domain,
JobExitStatus importStatus,
java.util.Date d) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel
public void tick(IScheduler sched, boolean plannedExecution, java.lang.String domainName, java.util.Date startDate)
IScheduledJob
tick
in interface IScheduledJob
plannedExecution
- True when started by hand on from a scheduled plan. False
when the job is in automatic mode.protected void updateLastUpdateDomainDate(ItemValue<Domain> domain, JobExitStatus importStatus, java.util.Date d) throws ServerFault
ServerFault
protected static java.lang.String getDateInGeneralizedTimeFormat(java.util.Date date)
public JobKind getType()
getType
in interface IScheduledJob
public java.lang.String getDescription(java.lang.String locale)
getDescription
in interface IScheduledJob
public java.lang.String getJobId()
getJobId
in interface IScheduledJob
public java.util.Set<java.lang.String> getLockedResources()
getLockedResources
in interface IScheduledJob
public boolean supportsScheduling()
supportsScheduling
in interface IScheduledJob
Copyright © 2021. All Rights Reserved.