public class AcquiredTimerJobEntities extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TimerJobEntity> |
acquiredJobs |
| Constructor and Description |
|---|
AcquiredTimerJobEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJob(TimerJobEntity job) |
boolean |
contains(String jobId) |
Collection<TimerJobEntity> |
getJobs() |
int |
size() |
protected Map<String,TimerJobEntity> acquiredJobs
public void addJob(TimerJobEntity job)
public Collection<TimerJobEntity> getJobs()
public boolean contains(String jobId)
public int size()
Copyright © 2010–2018 Alfresco. All rights reserved.