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

java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
recoinx.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
- extends java.rmi.server.UnicastRemoteObject
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:
receiveResultsin interfaceRemoteCLEFClient
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.
|
|||||||||
| Home >> All >> recoinx >> [ clef overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC