|
|||||||||
| Home >> All >> [ PointOfViewServer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
PointOfViewServer
Interface ResultList

- 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
|
|||||||||
| Home >> All >> [ PointOfViewServer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC