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

Quick Search    Search Deep

recoinx.clef
Interface RemoteCLEFClient  view RemoteCLEFClient download RemoteCLEFClient.java

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CLEFClient.RMIClient

public interface RemoteCLEFClient
extends java.rmi.Remote

Remote interface that describes the methods of a client object that can be called via RMI.

Version:
0.2.9

Method Summary
 void receiveResults(java.util.Vector results)
          Takes back the results.
 

Method Detail

receiveResults

public void receiveResults(java.util.Vector results)
                    throws java.rmi.RemoteException
Takes back the results.