org.drools.core.impl
Class StatefulKnowledgeSessionImpl.GlobalsAdapter
java.lang.Object
org.drools.core.impl.StatefulKnowledgeSessionImpl.GlobalsAdapter
- All Implemented Interfaces:
- GlobalResolver
- Enclosing class:
- StatefulKnowledgeSessionImpl
public static class StatefulKnowledgeSessionImpl.GlobalsAdapter
- extends Object
- implements GlobalResolver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulKnowledgeSessionImpl.GlobalsAdapter
public StatefulKnowledgeSessionImpl.GlobalsAdapter(org.kie.api.runtime.Globals globals)
resolveGlobal
public Object resolveGlobal(String identifier)
- Specified by:
resolveGlobal in interface GlobalResolver
setGlobal
public void setGlobal(String identifier,
Object value)
- Specified by:
setGlobal in interface GlobalResolver
clear
public void clear()
- Specified by:
clear in interface GlobalResolver
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.