org.z3950.zoom
Class Query

java.lang.Object
  |
  +--org.z3950.zoom.Query
Direct Known Subclasses:
CCLQuery, PrefixQuery

public abstract class Query
extends java.lang.Object

Represents a query to be submitted to a Z39.50 Server, as described in the ZOOM Abstract API. This is a placeholder class with no methods at all, since the only thing you can do with a Query is feed it to the Connection class's search() method.

Version:
$Id: Query.java,v 1.2 2002/12/03 00:05:14 mike Exp $
See Also:
zoom.z3950.org/api/zoom-1.1.html#3.3

Field Summary
protected  com.k_int.IR.IRQuery q
           
 
Constructor Summary
protected Query()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

q

protected com.k_int.IR.IRQuery q
Constructor Detail

Query

protected Query()