org.objectweb.speedo.runtime.query.api
Interface QueryCompiler

All Known Implementing Classes:
SpeedoQueryCompiler

public interface QueryCompiler

Author:
S.Chassande-Barrioz

Field Summary
static short COMPILED
           
static short DEFINED
           
static short UNDEFINED
           
 
Method Summary
 void compile()
           
 java.util.Collection execute(java.util.Map parameters, ProxyManager pm)
           
 java.util.Collection execute(java.lang.Object[] parameters, ProxyManager pm)
           
 short getStatus()
           
 

Field Detail

UNDEFINED

public static final short UNDEFINED

DEFINED

public static final short DEFINED

COMPILED

public static final short COMPILED
Method Detail

compile

public void compile()
             throws SpeedoException,
                    org.objectweb.medor.api.MedorException

execute

public java.util.Collection execute(java.lang.Object[] parameters,
                                    ProxyManager pm)
                             throws SpeedoException,
                                    org.objectweb.medor.api.MedorException

execute

public java.util.Collection execute(java.util.Map parameters,
                                    ProxyManager pm)
                             throws SpeedoException,
                                    org.objectweb.medor.api.MedorException

getStatus

public short getStatus()