Modifier and Type | Class and Description |
---|---|
class |
DutyJob<W extends Work,I,A extends Enum<A>>
|
Modifier and Type | Method and Description |
---|---|
protected Object |
DutyJob.executeJob(JobExecuteContext context,
JobContext jobContext,
JobNodeActivateSet activateSet) |
Modifier and Type | Class and Description |
---|---|
class |
GovernanceJob<I,F extends Enum<F>,W extends Work>
|
Modifier and Type | Method and Description |
---|---|
protected Object |
GovernanceJob.executeJob(JobExecuteContext context,
JobContext jobContext,
JobNodeActivateSet activateSet) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobContainer<W extends Work,N extends JobMetaData>
|
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
AbstractJobContainer.executeJob(JobExecuteContext context,
JobContext jobContext,
JobNodeActivateSet activateSet)
Overridden by specific container to execute the
Job . |
Modifier and Type | Class and Description |
---|---|
class |
TaskJob<W extends Work,D extends Enum<D>,F extends Enum<F>>
|
Modifier and Type | Method and Description |
---|---|
protected Object |
TaskJob.executeJob(JobExecuteContext context,
JobContext jobContext,
JobNodeActivateSet activateSet) |
Copyright © 2005–2016. All rights reserved.