Searched refs:job (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/openidm-v4/openidm-quartz-fragment/src/test/java/org/forgerock/openidm/quartz/impl/
H A DTestRepoJobstore.java75 JobDetail job = new JobDetail("job1", "group1", SimpleJob.class);
79 jobStore.storeJob(null, job, false);
80 retrievedJob1 = jobStore.retrieveJob(null, job.getName(), job.getGroup());
81 jobStore.removeJob(null, job.getName(), job.getGroup());
82 retrievedJob2 = jobStore.retrieveJob(null, job.getName(), job.getGroup());
84 Assertions.assertThat(job).isEqualTo(retrievedJob1);
91 JobDetail job
[all...]
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/
H A DSchedulerService.java305 * Schedules a job.
308 * @param jobName The job name
309 * @param update Whether to delete the old job if present
310 * @return true if the job was scheduled, false otherwise
320 // Determine the schedule class based on whether the job has concurrent execution enabled/disabled
331 JobDetail job = new JobDetail(jobName, GROUP_NAME, scheduleClass);
332 job.setVolatility(scheduleConfig.isPersisted());
333 job.setJobDataMap(createJobDataMap(scheduleConfig));
338 // Update the job by first deleting it, then scheduling the new version
345 job
[all...]
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DInterleaveDispatcher.java337 public void addPatcher(Runnable job) { argument
338 parent.addPatcher(job);
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DInterleaveDispatcher.java337 public void addPatcher(Runnable job) { argument
338 parent.addPatcher(job);
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DInterleaveDispatcher.java337 public void addPatcher(Runnable job) { argument
338 parent.addPatcher(job);
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DInterleaveDispatcher.java337 public void addPatcher(Runnable job) { argument
338 parent.addPatcher(job);
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DInterleaveDispatcher.java337 public void addPatcher(Runnable job) { argument
338 parent.addPatcher(job);
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DUnmarshallingContext.java137 * Adds a job that will be executed at the last of the unmarshalling.
141 * @param job
144 void addPatcher( Runnable job );
154 * transducer to do its job.
H A DInterleaveDispatcher.java337 public void addPatcher(Runnable job) { argument
338 parent.addPatcher(job);
H A DSAXUnmarshallerHandlerImpl.java500 public void addPatcher( Runnable job ) {
509 patchers[patchersLen++] = job;
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md38 doing their separate job but having no direct interaction with each other.
/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/
H A DRepoJobStore.java485 logger.debug("Attempting to store job {} ", newJob.getFullName());
491 // Get job group
494 logger.warn("Error storing job", e);
495 throw new JobPersistenceException("Error" + " storing job", e);
503 // Check if job name exists
505 // Update job
512 // Add job name to list
514 // Update job group
519 // Create job
524 logger.warn("Error storing job",
[all...]
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 129 milliseconds

12