public interface InternalKnowledgeRuntime
extends org.kie.internal.runtime.KnowledgeRuntime
Modifier and Type | Method and Description |
---|---|
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() |
getCalendars, getChannels, getEnvironment, getGlobal, getGlobals, getKieBase, getSessionClock, getSessionConfiguration, registerChannel, setGlobal, unregisterChannel
getAgenda, getEntryPoint, getEntryPoints, getQueryResults, halt, openLiveQuery
delete, getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update
abortProcessInstance, createProcessInstance, getProcessInstance, getProcessInstance, getProcessInstances, getWorkItemManager, signalEvent, signalEvent, startProcess, startProcess, startProcessInstance
addEventListener, addEventListener, getAgendaEventListeners, getRuleRuntimeEventListeners, removeEventListener, removeEventListener
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()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.