Package | Description |
---|---|
com.streamscape.sef.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
RepeatingJob
Title: Service Event Fabric Core
|
class |
SingleJob
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
ScheduledJob |
Scheduler.createJob(java.lang.String name,
ScheduledJob source) |
ScheduledJob |
TaskList.getJob() |
ScheduledJob |
Scheduler.getJob(java.lang.String name)
Returns a job with the specified name.
|
ScheduledJob |
Scheduler.getJob(java.util.UUID oid)
Returns a job with the specified object identifier.
|
Modifier and Type | Method and Description |
---|---|
ScheduledJob |
Scheduler.createJob(java.lang.String name,
ScheduledJob source) |
void |
Scheduler.updateJob(ScheduledJob job)
Updates the specified job in the storage.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.