weka4ws.core
Class ConnectionParameters

java.lang.Object
  extended byweka4ws.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)
           
 
Method Summary
 weka.gui.Logger getLog()
           
 int getRemoteGridFTPPort()
           
 java.lang.String getRemoteHost()
           
 boolean getRemoteLogging()
           
 int getRemoteServicePort()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionParameters

public ConnectionParameters(java.lang.String remoteHost,
                            int remoteServicePort,
                            int remoteGridFTPPort,
                            int remoteLogging,
                            weka.gui.Logger log)
Method Detail

getRemoteHost

public java.lang.String getRemoteHost()

getRemoteServicePort

public int getRemoteServicePort()

getRemoteGridFTPPort

public int getRemoteGridFTPPort()

getLog

public weka.gui.Logger getLog()

getRemoteLogging

public boolean getRemoteLogging()