Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

PointOfViewServer
Interface Search  view Search download Search.java

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SearchImpl

public interface Search
extends java.rmi.Remote

This class is an interface used to implement RMI facilities. It will be implemented by SearchImpl class.


Method Summary
 ResultList execute()
           
 DimensionSubsetList getDimensionSubsetList()
           
 ResultList getResults()
           
 long getTimeElapsed()
           
 void reset()
           
 

Method Detail

getResults

public ResultList getResults()
                      throws java.rmi.RemoteException

getTimeElapsed

public long getTimeElapsed()
                    throws java.rmi.RemoteException

execute

public ResultList execute()
                   throws java.rmi.RemoteException

getDimensionSubsetList

public DimensionSubsetList getDimensionSubsetList()
                                           throws java.rmi.RemoteException

reset

public void reset()
           throws java.rmi.RemoteException