weka4ws.core
Class ConnectionParameters
java.lang.Object
weka4ws.core.ConnectionParameters
- public class ConnectionParameters
- extends java.lang.Object
- Author:
- Marco Lackovic
Constructor Summary |
ConnectionParameters(java.lang.String remoteHost,
int remoteServicePort,
int remoteGridFTPPort,
int remoteLogging,
weka.gui.Logger log)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionParameters
public ConnectionParameters(java.lang.String remoteHost,
int remoteServicePort,
int remoteGridFTPPort,
int remoteLogging,
weka.gui.Logger log)
getRemoteHost
public java.lang.String getRemoteHost()
getRemoteServicePort
public int getRemoteServicePort()
getRemoteGridFTPPort
public int getRemoteGridFTPPort()
getLog
public weka.gui.Logger getLog()
getRemoteLogging
public boolean getRemoteLogging()