Package org.drools.core.command
Interface SingleSessionCommandService
-
- All Superinterfaces:
org.kie.api.runtime.CommandExecutor,org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>,InternalLocalRunner
public interface SingleSessionCommandService extends InternalLocalRunner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.runtime.InternalLocalRunner
InternalLocalRunner.SingleBatchExecutable, InternalLocalRunner.SingleCommandExecutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voiddispose()org.kie.api.runtime.KieSessiongetKieSession()LonggetSessionId()-
Methods inherited from interface org.drools.core.runtime.InternalLocalRunner
execute, execute, execute
-
-
-
-
Method Detail
-
getKieSession
org.kie.api.runtime.KieSession getKieSession()
-
getSessionId
Long getSessionId()
-
dispose
void dispose()
-
destroy
void destroy()
-
-