public interface AuditProviderSchedule
Modifier and Type | Method and Description |
---|---|
void |
scheduleAdd(long nextScheduledTime,
AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType objectType,
String name) |
void |
scheduleFire(AgentInstanceContext agentInstanceContext,
ScheduleObjectType objectType,
String name) |
void |
scheduleRemove(AgentInstanceContext agentInstanceContext,
ScheduleHandle scheduleHandle,
ScheduleObjectType objectType,
String name) |
void scheduleAdd(long nextScheduledTime, AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType objectType, String name)
void scheduleRemove(AgentInstanceContext agentInstanceContext, ScheduleHandle scheduleHandle, ScheduleObjectType objectType, String name)
void scheduleFire(AgentInstanceContext agentInstanceContext, ScheduleObjectType objectType, String name)
Copyright © 2005–2018. All rights reserved.