public final class Scheduler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Scheduler.ActivationTimerInputMarshaller |
static class |
Scheduler.ActivationTimerJob<T extends ModedAssertion<T>> |
static class |
Scheduler.ActivationTimerJobContext |
static class |
Scheduler.ActivationTimerOutputMarshaller |
| Modifier and Type | Method and Description |
|---|---|
static void |
removeAgendaItem(ScheduledAgendaItem item,
InternalAgenda agenda) |
static void |
scheduleAgendaItem(ScheduledAgendaItem item,
InternalAgenda agenda,
InternalWorkingMemory wm)
Schedule an agenda item.
|
public static void scheduleAgendaItem(ScheduledAgendaItem item, InternalAgenda agenda, InternalWorkingMemory wm)
item - The item to schedule.agenda - wm - The working memory session.public static void removeAgendaItem(ScheduledAgendaItem item, InternalAgenda agenda)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.