|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditService
An interface for Scheduled Job Auditing.
Method Summary | |
---|---|
void |
auditAction(ScheduledJobKey jobKey,
String action)
Audit's a simple action against a job, such as run, enable, disable. |
void |
auditScheduleChange(ScheduledJobKey jobKey,
String oldValue,
String newValue)
Audits a schedule change to a job. |
Method Detail |
---|
void auditAction(ScheduledJobKey jobKey, String action)
jobKey
- the job keyaction
- the action (e.g., run, enable, disablevoid auditScheduleChange(ScheduledJobKey jobKey, String oldValue, String newValue)
jobKey
- the job keyoldValue
- the original valuenewValue
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |