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

Quick Search    Search Deep

recoinx.clef
Interface RemoteCLEFConnector  view RemoteCLEFConnector download RemoteCLEFConnector.java

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.