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

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