org.kie.internal.runtime.manager
public interface RuntimeEnvironment
Modifier and Type | Method and Description |
---|---|
void |
close() |
ClassLoader |
getClassLoader() |
org.kie.api.runtime.KieSessionConfiguration |
getConfiguration() |
org.kie.api.runtime.Environment |
getEnvironment() |
org.kie.api.KieBase |
getKieBase() |
Mapper |
getMapper() |
RegisterableItemsFactory |
getRegisterableItemsFactory() |
UserGroupCallback |
getUserGroupCallback() |
boolean |
usePersistence() |
org.kie.api.KieBase getKieBase()
org.kie.api.runtime.Environment getEnvironment()
org.kie.api.runtime.KieSessionConfiguration getConfiguration()
boolean usePersistence()
RegisterableItemsFactory getRegisterableItemsFactory()
Mapper getMapper()
UserGroupCallback getUserGroupCallback()
ClassLoader getClassLoader()
void close()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.