Uses of Interface
com.redwood.scheduler.api.model.JobLock
-
Packages that use JobLock Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobLock in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobLock Modifier and Type Field Description static QueryObjectType<JobLock>
JobLock. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobLock Modifier and Type Method Description JobLock
SchedulerSession. createJobLock()
Return a new instance of JobLock.JobLock
JobChainCallJobLock. getJobLock()
Get the JobLock.JobLock
JobDefinitionJobLock. getJobLock()
Get the JobLock.JobLock
JobJobLock. getJobLock()
Get the JobLock.static JobLock
BusinessKeyLookup. getJobLockByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobLock
, based on its business key.JobLock
BusinessKeyResolver. getJobLockByKey(BusinessKey key)
Query an instance ofJobLock
, based on its business key.JobLock
Partition. getJobLockByName(String name)
Get the JobLock by Name.JobLock
SchedulerSession. getJobLockByName(Partition partition, String name)
Get theJobLock
by Name.JobLock
SchedulerSession. getJobLockByName(String name)
Get theJobLock
by Name.JobLock
SchedulerSession. getJobLockByUniqueId(Long uniqueId)
Get theJobLock
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobLock Modifier and Type Method Description RWIterable<JobLock>
Application. getChildJobLocks()
Get anRWIterable
over a collection ofChildJobLocks
, the collection will be ordered by Name.RWIterable<JobLock>
Partition. getJobLocks()
Get anRWIterable
over an ordered collection ofJobLocks
.Methods in com.redwood.scheduler.api.model with parameters of type JobLock Modifier and Type Method Description JobChainCallJobLock
JobChainCall. createJobChainCallJobLock(JobLock newJobLock)
Create a newJobChainCallJobLock
linked to this object.JobDefinitionJobLock
JobDefinition. createJobDefinitionJobLock(JobLock newJobLock)
Create a newJobDefinitionJobLock
linked to this object.JobJobLock
Job. createJobJobLock(JobLock newJobLock)
Create a newJobJobLock
linked to this object.JobChainCallJobLock
JobChainCall. getJobChainCallJobLockByJobLock(JobLock jobLock)
Get the JobChainCallJobLock by JobChainCallJobLock.JobDefinitionJobLock
JobDefinition. getJobDefinitionJobLockByJobLock(JobLock jobLock)
Get the JobDefinitionJobLock by JobDefinitionJobLock.void
AbstractConcreteObjectCallback. handle(JobLock theJobLock)
void
ConcreteObjectCallback. handle(JobLock theJobLock)
-
Uses of JobLock in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobLock Modifier and Type Method Description Iterator<JobLock>
ApplicationComp. getChildJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildJobLocks()
instead.Iterator<JobLock>
PartitionComp. getJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getJobLocks()
instead.
-