KIE Internal 6.0.0.CR4

org.kie.internal.runtime.manager
Interface RuntimeEnvironment


public interface RuntimeEnvironment


Method Summary
 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()
           
 

Method Detail

getKieBase

org.kie.api.KieBase getKieBase()

getEnvironment

org.kie.api.runtime.Environment getEnvironment()

getConfiguration

org.kie.api.runtime.KieSessionConfiguration getConfiguration()

usePersistence

boolean usePersistence()

getRegisterableItemsFactory

RegisterableItemsFactory getRegisterableItemsFactory()

getMapper

Mapper getMapper()

getUserGroupCallback

UserGroupCallback getUserGroupCallback()

getClassLoader

ClassLoader getClassLoader()

close

void close()

KIE Internal 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.