KIE API 6.0.0.CR2

org.kie.api.runtime.manager
Interface RuntimeManager


public interface RuntimeManager


Method Summary
 void close()
           
 void disposeRuntimeEngine(RuntimeEngine runtime)
           
 String getIdentifier()
           
 RuntimeEngine getRuntimeEngine(Context<?> context)
           
 

Method Detail

getRuntimeEngine

RuntimeEngine getRuntimeEngine(Context<?> context)

getIdentifier

String getIdentifier()

disposeRuntimeEngine

void disposeRuntimeEngine(RuntimeEngine runtime)

close

void close()

KIE API 6.0.0.CR2

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