Uses of Class
adams.core.base.BaseHostname
-
-
Uses of BaseHostname in adams.console
Fields in adams.console declared as BaseHostname Modifier and Type Field Description protected BaseHostname
Logging. m_LocalHost
the local host/port to use.protected BaseHostname
Logging. m_RemoteHost
the remote host/port to connect to.Methods in adams.console that return BaseHostname Modifier and Type Method Description BaseHostname
Logging. getLocalHost()
Returns the local host/port to send the log records to.BaseHostname
Logging. getRemoteHost()
Returns the host to capture the logging from.Methods in adams.console with parameters of type BaseHostname Modifier and Type Method Description String
Logging. sendCommandWithReponse(RemoteCommandWithResponse cmd, BaseHostname local, BaseHostname remote, int defPort)
Sends the specified command and the response handler for intercepting the result.void
Logging. setLocalHost(BaseHostname value)
Sets the local host/port to send the log records to.void
Logging. 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 void
HostnameUpdateSupporter. 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 BaseHostname
Socket. m_Address
the address to open.Methods in adams.flow.sink that return BaseHostname Modifier and Type Method Description BaseHostname
Socket. getAddress()
Returns the address.Methods in adams.flow.sink with parameters of type BaseHostname Modifier and Type Method Description void
Socket. setAddress(BaseHostname value)
Sets the address. -
Uses of BaseHostname in adams.flow.standalone
Fields in adams.flow.standalone declared as BaseHostname Modifier and Type Field Description protected BaseHostname
PyroNameServer. m_Server
the address/port of the nameserver to use.Methods in adams.flow.standalone that return BaseHostname Modifier and Type Method Description BaseHostname
PyroNameServer. getServer()
Returns the server to connect to.Methods in adams.flow.standalone with parameters of type BaseHostname Modifier and Type Method Description void
PyroNameServer. setServer(BaseHostname value)
Sets the server to connect to. -
Uses of BaseHostname in adams.gui.application
Fields in adams.gui.application with type parameters of type BaseHostname Modifier and Type Field Description protected BaseObjectTextField<BaseHostname>
SMBSetupPanel. m_TextWinsHost
the wins host. -
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_TextLocal
the local machine.protected BaseObjectTextField<BaseHostname>
RemoteLoggingTab. m_TextLocal
the local machine.protected BaseObjectTextField<BaseHostname>
AbstractRemoteFlowTab. m_TextRemote
the remote machine.protected BaseObjectTextField<BaseHostname>
RemoteLoggingTab. m_TextRemote
the remote machine.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type BaseHostname Modifier and Type Method Description void
AbstractRemoteControlCenterTab. sendCommand(RemoteCommand cmd, RemoteCommandProcessor processor, BaseHostname remote)
Sends the specified command, not waiting for a response.void
AbstractRemoteControlCenterTab. 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 BaseHostname
ScpJobRunner. m_ActualHost
the actual host to connect to.protected BaseHostname
ScpJobRunner.RemoteJobRunner. m_Host
the host that sent the jobs in the first place.protected BaseHostname
ScpJobRunner. m_LocalHost
the local host.Methods in adams.multiprocess that return BaseHostname Modifier and Type Method Description BaseHostname
ScpJobRunner.RemoteJobRunner. getHost()
Returns the host to connect to.BaseHostname
ScpJobRunner. 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 void
ScpJobRunner.RemoteJobRunner. setHost(BaseHostname value)
Sets the host to connect to.void
ScpJobRunner. setLocalHost(BaseHostname value)
Sets the host that the remote host will connect to for sending back the executed jobs.void
ScpJobRunner. 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 BaseHostname
StartRemoteLogging. m_LoggingHost
the logging host (local machine).protected BaseHostname
StopRemoteLogging. m_LoggingHost
the logging host.Methods in adams.scripting.command.basic that return BaseHostname Modifier and Type Method Description BaseHostname
StartRemoteLogging. getLoggingHost()
Returns the logging host, i.e., the host/port of the local machine to send the logging information to.BaseHostname
StopRemoteLogging. getLoggingHost()
Returns the logging host.Methods in adams.scripting.command.basic with parameters of type BaseHostname Modifier and Type Method Description void
StartRemoteLogging. setLoggingHost(BaseHostname value)
Sets the logging host, i.e., the host/port of the local machine to send the logging information to.void
StopRemoteLogging. 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 BaseHostname
SocketFacade. m_Local
the return address for the remote process to use.protected BaseHostname
SocketFacade. m_Remote
the address of the remote process.Methods in weka.classifiers.meta that return BaseHostname Modifier and Type Method Description protected BaseHostname
SocketFacade. getDefaultLocal()
Returns the default address of the return address.protected BaseHostname
SocketFacade. getDefaultRemote()
Returns the default address of the remote process.BaseHostname
SocketFacade. getLocal()
Returns the return address for the remote process to use.BaseHostname
SocketFacade. getRemote()
Returns the address of the remote process.Methods in weka.classifiers.meta with parameters of type BaseHostname Modifier and Type Method Description void
SocketFacade. setLocal(BaseHostname value)
Sets the return address for the remote process to use.void
SocketFacade. setRemote(BaseHostname value)
Sets address of the remote process.
-