|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalRuntimeManager
Extension to stable API of RuntimeManager that provides additional capabilities that eventually will get propagated to main interface.
| Method Summary | |
|---|---|
DeploymentDescriptor |
getDeploymentDescriptor()
|
RuntimeEnvironment |
getEnvironment()
Returns the actual environment used by the RuntimeManager |
boolean |
isClosed()
Indicates if the runtime manager is closed. |
void |
setDeploymentDescriptor(DeploymentDescriptor descriptor)
|
void |
setSecurityManager(SecurityManager securityManager)
|
void |
validate(org.kie.api.runtime.KieSession ksession,
org.kie.api.runtime.manager.Context<?> context)
Validates if given KieSession is eligible to be used with given context. |
| Methods inherited from interface org.kie.api.runtime.manager.RuntimeManager |
|---|
close, disposeRuntimeEngine, getIdentifier, getRuntimeEngine |
| Method Detail |
|---|
void validate(org.kie.api.runtime.KieSession ksession,
org.kie.api.runtime.manager.Context<?> context)
throws IllegalStateException
KieSession is eligible to be used with given context.
ksession - instance of KieSessioncontext - instance of Context
IllegalStateException - in case validation failsRuntimeEnvironment getEnvironment()
RuntimeManager
boolean isClosed()
DeploymentDescriptor getDeploymentDescriptor()
void setDeploymentDescriptor(DeploymentDescriptor descriptor)
void setSecurityManager(SecurityManager securityManager)
|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||