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

Quick Search    Search Deep

PointOfViewServer
Interface ResultList  view ResultList download ResultList.java

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

public interface ResultList
extends java.rmi.Remote

This class maintains Result objects using a collection


Method Summary
 void addResult(Result res)
           
 long count()
           
 Result getResult(int index)
           
 java.util.LinkedList getResults()
           
 

Method Detail

getResult

public Result getResult(int index)
                 throws java.rmi.RemoteException

getResults

public java.util.LinkedList getResults()
                                throws java.rmi.RemoteException

addResult

public void addResult(Result res)
               throws java.rmi.RemoteException

count

public long count()
           throws java.rmi.RemoteException