public class DataProtectJob extends java.lang.Object implements IScheduledJob
| Constructor and Description | 
|---|
DataProtectJob()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()  | 
java.lang.String | 
getDescription(java.lang.String locale)  | 
java.lang.String | 
getJobId()  | 
JobKind | 
getType()  | 
boolean | 
supportsScheduling()  | 
void | 
tick(IScheduler sched,
    boolean forced,
    java.lang.String domainName,
    java.util.Date startDate)
This method is called by Blue Mind's scheduler. 
 | 
public java.lang.String getDescription(java.lang.String locale)
getDescription in interface IScheduledJobpublic java.lang.String getJobId()
getJobId in interface IScheduledJobpublic void tick(IScheduler sched, boolean forced, java.lang.String domainName, java.util.Date startDate) throws ServerFault
IScheduledJobtick in interface IScheduledJobforced - True when started by hand on from a scheduled plan. False
                  when the job is in automatic mode.ServerFaultpublic void cancel()
cancel in interface IScheduledJobpublic JobKind getType()
getType in interface IScheduledJobpublic boolean supportsScheduling()
supportsScheduling in interface IScheduledJobCopyright © 2023. All Rights Reserved.