org.jafer.zoom
Class QueryImplRPN

java.lang.Object
  extended by org.z3950.zoombase.Configurable
      extended by org.z3950.zoombase.Query
          extended by org.jafer.zoom.QueryImplRPN
All Implemented Interfaces:
java.io.Serializable, org.z3950.zoom.Configurable, org.z3950.zoom.Query

public class QueryImplRPN
extends org.z3950.zoombase.Query

Implementation of Zoom Query class for RPN queries. Note that this is loaded by the Zoom QueryFactory class, which looks for the class name in a file called META-INF/services/org.z3950.zoom.query.RPN in the classpath.

See Also:
Serialized Form

Constructor Summary
QueryImplRPN()
           
 
Method Summary
 java.lang.Object getValue()
           
 boolean isProcessedByClient()
           
 void setProcessedByClient(boolean processedByClient)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.z3950.zoombase.Configurable
get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.z3950.zoom.Configurable
get, set
 

Constructor Detail

QueryImplRPN

public QueryImplRPN()
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface org.z3950.zoom.Query
Overrides:
getValue in class org.z3950.zoombase.Query

setValue

public void setValue(java.lang.Object value)
              throws org.z3950.zoom.Exception
Specified by:
setValue in interface org.z3950.zoom.Query
Overrides:
setValue in class org.z3950.zoombase.Query
Throws:
org.z3950.zoom.Exception

isProcessedByClient

public boolean isProcessedByClient()

setProcessedByClient

public void setProcessedByClient(boolean processedByClient)