com.sun.jaw.reference.query
Class QueryEval

java.lang.Object
  |
  +--com.sun.jaw.reference.query.QueryEval
Direct Known Subclasses:
QueryExp, ValueExp

public abstract class QueryEval
extends java.lang.Object
implements java.io.Serializable

For internal use only.

This interface allows a query to be assessed in the context of a specific Common Management Framework.

See Also:
Query, Serialized Form

Constructor Summary
QueryEval()
           
 
Method Summary
 void setFramework(Framework frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEval

public QueryEval()
Method Detail

setFramework

public void setFramework(Framework frame)