Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.spi |
Modifier and Type | Method and Description |
---|---|
void |
InternalAgenda.fireActivation(Activation activation) |
void |
DefaultAgenda.fireActivation(Activation activation)
Fire this item.
|
int |
InternalAgenda.fireNextItem(AgendaFilter filter,
int fireCount,
int fireLimit) |
int |
DefaultAgenda.fireNextItem(AgendaFilter filter,
int fireCount,
int fireLimit)
Fire the next scheduled
Agenda item, skipping items
that are not allowed by the agenda filter. |
boolean |
InternalAgenda.fireTimedActivation(Activation activation,
boolean saveForLater) |
boolean |
DefaultAgenda.fireTimedActivation(Activation activation,
boolean saveForLater) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncExceptionHandler.handleException(WorkingMemory workingMemory,
ConsequenceException exception) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.