org.objectweb.medor.eval.lib
Class MedorConnectionResources

java.lang.Object
  extended byorg.objectweb.medor.eval.lib.MedorConnectionResources
All Implemented Interfaces:
ConnectionResources

public class MedorConnectionResources
extends java.lang.Object
implements ConnectionResources


Constructor Summary
MedorConnectionResources(java.util.HashMap map)
           
 
Method Summary
 java.lang.Object getConnection(QueryLeaf ql)
           
 QueryLeaf[] getRequiredQueryLeafConnection()
           
 void setConnection(QueryLeaf ql, java.lang.Object connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MedorConnectionResources

public MedorConnectionResources(java.util.HashMap map)
Method Detail

getConnection

public java.lang.Object getConnection(QueryLeaf ql)
Specified by:
getConnection in interface ConnectionResources

setConnection

public void setConnection(QueryLeaf ql,
                          java.lang.Object connection)
                   throws EvaluationException
Specified by:
setConnection in interface ConnectionResources
Throws:
EvaluationException

getRequiredQueryLeafConnection

public QueryLeaf[] getRequiredQueryLeafConnection()
Specified by:
getRequiredQueryLeafConnection in interface ConnectionResources