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

Quick Search    Search Deep

recoinx.clef
Class CLEFClient.RMIClient  view CLEFClient.RMIClient download CLEFClient.RMIClient.java

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byrecoinx.clef.CLEFClient.RMIClient
All Implemented Interfaces:
java.rmi.Remote, RemoteCLEFClient, java.io.Serializable
Enclosing class:
CLEFClient

protected class CLEFClient.RMIClient
extends java.rmi.server.UnicastRemoteObject
implements RemoteCLEFClient

Inner class that implements an RMI service to receive the results from the RemoteCLEFConnector.


Field Summary
private  java.lang.String savePath
          The path where to save any results.
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
CLEFClient.RMIClient()
          Creates a new RMIClient.
 
Method Summary
 java.lang.String getSavePath()
          Returns the path where results are saved.
 void receiveResults(java.util.Vector results)
          The remote method that is called by the RemoteCLEFConnector to return any results.
 void setSavePath(java.lang.String path)
          Sets the path where results are saved to the specified path.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

savePath

private java.lang.String savePath
The path where to save any results.

Constructor Detail

CLEFClient.RMIClient

public CLEFClient.RMIClient()
                     throws java.rmi.RemoteException
Creates a new RMIClient.

Method Detail

receiveResults

public void receiveResults(java.util.Vector results)
The remote method that is called by the RemoteCLEFConnector to return any results.

Specified by:
receiveResults in interface RemoteCLEFClient

getSavePath

public java.lang.String getSavePath()
Returns the path where results are saved.


setSavePath

public void setSavePath(java.lang.String path)
Sets the path where results are saved to the specified path.