Uses of Class
adams.core.base.BaseHostname
-
Packages that use BaseHostname Package Description adams.console adams.core.base adams.flow.sink adams.gui.tools.remotecontrolcenter.panels adams.multiprocess adams.scripting.command.basic weka.classifiers.meta -
-
Uses of BaseHostname in adams.console
Fields in adams.console declared as BaseHostname Modifier and Type Field Description protected BaseHostnameLogging. m_LocalHostthe local host/port to use.protected BaseHostnameLogging. m_RemoteHostthe remote host/port to connect to.Methods in adams.console that return BaseHostname Modifier and Type Method Description BaseHostnameLogging. getLocalHost()Returns the local host/port to send the log records to.BaseHostnameLogging. getRemoteHost()Returns the host to capture the logging from.Methods in adams.console with parameters of type BaseHostname Modifier and Type Method Description StringLogging. sendCommandWithReponse(RemoteCommandWithResponse cmd, BaseHostname local, BaseHostname remote, int defPort)Sends the specified command and the response handler for intercepting the result.voidLogging. setLocalHost(BaseHostname value)Sets the local host/port to send the log records to.voidLogging. setRemoteHost(BaseHostname value)Sets the host to capture the logging from. -
Uses of BaseHostname in adams.core.base
Methods in adams.core.base with parameters of type BaseHostname Modifier and Type Method Description voidHostnameUpdateSupporter. updateHostname(BaseHostname host)Sets the new hostname/port to use. -
Uses of BaseHostname in adams.flow.sink
Fields in adams.flow.sink declared as BaseHostname Modifier and Type Field Description protected BaseHostnameSocket. m_Addressthe address to open.Methods in adams.flow.sink that return BaseHostname Modifier and Type Method Description BaseHostnameSocket. getAddress()Returns the address.Methods in adams.flow.sink with parameters of type BaseHostname Modifier and Type Method Description voidSocket. setAddress(BaseHostname value)Sets the address. -
Uses of BaseHostname in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels with type parameters of type BaseHostname Modifier and Type Field Description protected BaseObjectTextField<BaseHostname>AbstractRemoteFlowTab. m_TextLocalthe local machine.protected BaseObjectTextField<BaseHostname>RemoteLoggingTab. m_TextLocalthe local machine.protected BaseObjectTextField<BaseHostname>AbstractRemoteFlowTab. m_TextRemotethe remote machine.protected BaseObjectTextField<BaseHostname>RemoteLoggingTab. m_TextRemotethe remote machine.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type BaseHostname Modifier and Type Method Description voidAbstractRemoteControlCenterTab. sendCommand(RemoteCommand cmd, RemoteCommandProcessor processor, BaseHostname remote)Sends the specified command, not waiting for a response.voidAbstractRemoteControlCenterTab. sendCommandWithReponse(RemoteCommandWithResponse cmd, RemoteCommandProcessor processor, ResponseHandler responseHandler, BaseHostname local, BaseHostname remote, int defPort)Sends the specified command and the response handler for intercepting the result. -
Uses of BaseHostname in adams.multiprocess
Fields in adams.multiprocess declared as BaseHostname Modifier and Type Field Description protected BaseHostnameScpJobRunner. m_ActualHostthe actual host to connect to.protected BaseHostnameScpJobRunner.RemoteJobRunner. m_Hostthe host that sent the jobs in the first place.protected BaseHostnameScpJobRunner. m_LocalHostthe local host.Methods in adams.multiprocess that return BaseHostname Modifier and Type Method Description BaseHostnameScpJobRunner.RemoteJobRunner. getHost()Returns the host to connect to.BaseHostnameScpJobRunner. getLocalHost()Returns the host that the remote host will connect to for sending back the executed jobs.Methods in adams.multiprocess with parameters of type BaseHostname Modifier and Type Method Description voidScpJobRunner.RemoteJobRunner. setHost(BaseHostname value)Sets the host to connect to.voidScpJobRunner. setLocalHost(BaseHostname value)Sets the host that the remote host will connect to for sending back the executed jobs.voidScpJobRunner. updateHostname(BaseHostname host)Sets the actual host to use - overrides the one from the SSHConnection actor. -
Uses of BaseHostname in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as BaseHostname Modifier and Type Field Description protected BaseHostnameStartRemoteLogging. m_LoggingHostthe logging host (local machine).protected BaseHostnameStopRemoteLogging. m_LoggingHostthe logging host.Methods in adams.scripting.command.basic that return BaseHostname Modifier and Type Method Description BaseHostnameStartRemoteLogging. getLoggingHost()Returns the logging host, i.e., the host/port of the local machine to send the logging information to.BaseHostnameStopRemoteLogging. getLoggingHost()Returns the logging host.Methods in adams.scripting.command.basic with parameters of type BaseHostname Modifier and Type Method Description voidStartRemoteLogging. setLoggingHost(BaseHostname value)Sets the logging host, i.e., the host/port of the local machine to send the logging information to.voidStopRemoteLogging. setLoggingHost(BaseHostname value)Sets logging host. -
Uses of BaseHostname in weka.classifiers.meta
Fields in weka.classifiers.meta declared as BaseHostname Modifier and Type Field Description protected BaseHostnameSocketFacade. m_Localthe return address for the remote process to use.protected BaseHostnameSocketFacade. m_Remotethe address of the remote process.Methods in weka.classifiers.meta that return BaseHostname Modifier and Type Method Description protected BaseHostnameSocketFacade. getDefaultLocal()Returns the default address of the return address.protected BaseHostnameSocketFacade. getDefaultRemote()Returns the default address of the remote process.BaseHostnameSocketFacade. getLocal()Returns the return address for the remote process to use.BaseHostnameSocketFacade. getRemote()Returns the address of the remote process.Methods in weka.classifiers.meta with parameters of type BaseHostname Modifier and Type Method Description voidSocketFacade. setLocal(BaseHostname value)Sets the return address for the remote process to use.voidSocketFacade. setRemote(BaseHostname value)Sets address of the remote process.
-