palio.cluster
Class ClusterQuery

java.lang.Object
  extended by palio.cluster.ClusterQuery
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SessionParamsQuery

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

See Also:
Serialized Form

Constructor Summary
ClusterQuery()
           
 
Method Summary
abstract  java.lang.Object query(Cluster target)
          Query to be executed on remote machine.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterQuery

public ClusterQuery()
Method Detail

query

public abstract java.lang.Object query(Cluster target)
Query to be executed on remote machine.

Parameters:
target - remote Cluster instance
Returns:
object returned by remote machine