Interface | Description |
---|---|
Disposable |
Marker interface that indicates that given class is disposable - meaning shall be
manually or automatically disposed on close events.
|
DisposeListener |
Callback listener interface to receive notification when
Disposable
instances are actually disposed. |
InternalRuntimeManager |
Extension to stable API of RuntimeManager that provides additional capabilities
that eventually will get propagated to main interface.
|
Mapper |
Mapper responsibility is to provide correlation between context
identifier and ksession identifier to effectively keep track of what context
has been mapped to given ksession. |
RegisterableItemsFactory | Deprecated
Use
org.kie.api.runtime.manager.RegisterableItemsFactory |
RuntimeEnvironment |
Extension of
org.kie.api.runtime.manager.RuntimeEnvironment that contains internal methods |
RuntimeManagerFactory | Deprecated
Use
org.kie.api.runtime.manager.RuntimeManagerFactory |
SessionFactory |
Factory that produces
KieSession instances. |
TaskServiceFactory |
Factory that produces
TaskService instances. |
Class | Description |
---|---|
RuntimeManagerFactory.Factory | Deprecated
Use
org.kie.api.runtime.manager.RuntimeManagerFactory |
RuntimeManagerRegistry |
Exception | Description |
---|---|
SessionNotFoundException |
Exception that indicates that ksession could not be found
|
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.