|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalKnowledgeRuntime
Method Summary | |
---|---|
void |
endOperation()
|
void |
executeQueuedActions()
|
Queue<WorkingMemoryAction> |
getActionQueue()
|
long |
getLastIdleTimestamp()
|
InternalProcessRuntime |
getProcessRuntime()
|
TimerService |
getTimerService()
|
void |
queueWorkingMemoryAction(WorkingMemoryAction action)
|
void |
setEndOperationListener(EndOperationListener listener)
|
void |
setId(int id)
|
void |
startOperation()
|
Methods inherited from interface org.drools.runtime.KnowledgeRuntime |
---|
getCalendars, getChannels, getEnvironment, getGlobal, getGlobals, getKnowledgeBase, getSessionClock, getSessionConfiguration, registerChannel, registerExitPoint, setGlobal, unregisterChannel, unregisterExitPoint |
Methods inherited from interface org.drools.runtime.rule.WorkingMemory |
---|
getAgenda, getQueryResults, getWorkingMemoryEntryPoint, getWorkingMemoryEntryPoints, halt, openLiveQuery |
Methods inherited from interface org.drools.runtime.rule.WorkingMemoryEntryPoint |
---|
getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update |
Methods inherited from interface org.drools.runtime.process.ProcessRuntime |
---|
abortProcessInstance, createProcessInstance, getProcessInstance, getProcessInstances, getWorkItemManager, signalEvent, signalEvent, startProcess, startProcess, startProcessInstance |
Methods inherited from interface org.drools.event.rule.WorkingMemoryEventManager |
---|
addEventListener, addEventListener, getAgendaEventListeners, getWorkingMemoryEventListeners, removeEventListener, removeEventListener |
Methods inherited from interface org.drools.event.process.ProcessEventManager |
---|
addEventListener, getProcessEventListeners, removeEventListener |
Method Detail |
---|
TimerService getTimerService()
void startOperation()
void endOperation()
Queue<WorkingMemoryAction> getActionQueue()
void executeQueuedActions()
void queueWorkingMemoryAction(WorkingMemoryAction action)
InternalProcessRuntime getProcessRuntime()
void setId(int id)
void setEndOperationListener(EndOperationListener listener)
long getLastIdleTimestamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |