org.drools.clips
Class ClipsShell.GlobalResolver2

java.lang.Object
  extended by org.drools.clips.ClipsShell.GlobalResolver2
All Implemented Interfaces:
GlobalResolver
Enclosing class:
ClipsShell

public static class ClipsShell.GlobalResolver2
extends Object
implements GlobalResolver


Constructor Summary
ClipsShell.GlobalResolver2()
           
ClipsShell.GlobalResolver2(Map<String,Object> vars, GlobalResolver delegate)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 Object resolveGlobal(String identifier)
           
 void setGlobal(String identifier, Object value)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipsShell.GlobalResolver2

public ClipsShell.GlobalResolver2()

ClipsShell.GlobalResolver2

public ClipsShell.GlobalResolver2(Map<String,Object> vars,
                                  GlobalResolver delegate)
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.