Uses of Package
org.kie.internal.runtime.manager
-
Packages that use org.kie.internal.runtime.manager Package Description org.kie.internal.runtime.manager -
Classes in org.kie.internal.runtime.manager used by org.kie.internal.runtime.manager Class Description CacheManager Maintains a cache of various items that are long lived or expensive to be created frequently so they can benefit from being cached.DisposeListener Callback listener interface to receive notification whenDisposable
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.
Mapper covers entire life cycle of the mapping which consists of: storing the mapping retrieving the mapping removing the mappingRuntimeEnvironment Extension oforg.kie.api.runtime.manager.RuntimeEnvironment
that contains internal methodsRuntimeManagerFactory Deprecated.Useorg.kie.api.runtime.manager.RuntimeManagerFactory
RuntimeManagerRegistry SecurityManager