Searched defs:scheduledContext (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/
H A DScheduledService.java54 * @param scheduledContext Context information passed by the scheduler service
58 void execute(Context context, Map<String, Object> scheduledContext) throws ExecutionException; argument
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DSynchronizationService.java355 public void execute(Context context, Map<String, Object> scheduledContext) throws ExecutionException { argument
357 JsonValue params = new JsonValue(scheduledContext).get(CONFIGURED_INVOKE_CONTEXT);
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/impl/
H A DScriptRegistryService.java755 public void execute(Context context, Map<String, Object> scheduledContext) throws ExecutionException { argument
758 String scriptName = (String) scheduledContext.get(CONFIG_NAME);
759 JsonValue params = new JsonValue(scheduledContext).get(CONFIGURED_INVOKE_CONTEXT);

Completed in 76 milliseconds