|
|||||||||
| Home >> All >> recoinx >> [ clef overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
recoinx.clef
Interface RemoteCLEFConnector

- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- CLEFConnector.RMICLEFServer
- public interface RemoteCLEFConnector
- extends java.rmi.Remote
A remote interface that describes methods which can be called from a client via RMI.
- Version:
- 0.2.9
| Method Summary | |
void |
acceptQuery(RemoteCLEFClient rcc,
CLEFQuery query)
Receives and processes the specified CLEFQuery and stores the specified RemoteCLEFClient in order to return the results. |
| Method Detail |
acceptQuery
public void acceptQuery(RemoteCLEFClient rcc, CLEFQuery query) throws java.rmi.RemoteException
- Receives and processes the specified CLEFQuery and stores the specified
RemoteCLEFClient in order to return the results.
|
|||||||||
| Home >> All >> recoinx >> [ clef overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC