Drools :: Core 6.2.0.Final

org.drools.core.impl
Class StatefulKnowledgeSessionImpl.GlobalsAdapter

java.lang.Object
  extended by org.drools.core.impl.StatefulKnowledgeSessionImpl.GlobalsAdapter
All Implemented Interfaces:
GlobalResolver
Enclosing class:
StatefulKnowledgeSessionImpl

public static class StatefulKnowledgeSessionImpl.GlobalsAdapter
extends Object
implements GlobalResolver


Constructor Summary
StatefulKnowledgeSessionImpl.GlobalsAdapter(org.kie.api.runtime.Globals globals)
           
 
Method Summary
 void clear()
           
 Object resolveGlobal(String identifier)
           
 void setGlobal(String identifier, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulKnowledgeSessionImpl.GlobalsAdapter

public StatefulKnowledgeSessionImpl.GlobalsAdapter(org.kie.api.runtime.Globals globals)
Method Detail

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

Drools :: Core 6.2.0.Final

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