Uses of Interface
adams.scripting.connection.Connection
-
-
Uses of Connection in adams.flow.control
Fields in adams.flow.control declared as Connection Modifier and Type Field Description protected Connection
RemoteExecutionTrigger. m_Connection
where to send the flow to.Methods in adams.flow.control that return Connection Modifier and Type Method Description Connection
RemoteExecutionTrigger. getConnection()
Returns the connection used for sending the flow.Methods in adams.flow.control with parameters of type Connection Modifier and Type Method Description void
RemoteExecutionTrigger. setConnection(Connection value)
Sets the connection used for sending the flow. -
Uses of Connection in adams.flow.core
Methods in adams.flow.core that return Connection Modifier and Type Method Description Connection
RemoteExecutionHandler. getConnection()
Returns the connection used for sending the flow.Methods in adams.flow.core with parameters of type Connection Modifier and Type Method Description void
RemoteExecutionHandler. setConnection(Connection value)
Sets the connection used for sending the flow. -
Uses of Connection in adams.flow.sink
Fields in adams.flow.sink declared as Connection Modifier and Type Field Description protected Connection
SendRemoteCommand. m_Connection
the connection.Methods in adams.flow.sink that return Connection Modifier and Type Method Description Connection
SendRemoteCommand. getConnection()
Returns the connection to send the command to.Methods in adams.flow.sink with parameters of type Connection Modifier and Type Method Description void
SendRemoteCommand. setConnection(Connection value)
Sets the connection to send the command to. -
Uses of Connection in adams.gui.menu
Fields in adams.gui.menu declared as Connection Modifier and Type Field Description protected Connection
RemoteCommands. m_LastConnection
the last connection used. -
Uses of Connection in adams.multiprocess
Fields in adams.multiprocess declared as Connection Modifier and Type Field Description protected Connection
RemoteCommandJobRunner. m_RequestConnection
the connection to use for sending the command.protected Connection
RemoteCommandJobRunner. m_ResponseConnection
the connection to use for sending back the response.Methods in adams.multiprocess that return Connection Modifier and Type Method Description protected Connection
RemoteCommandJobRunner. getDefaultRequestConnection()
Returns the default connection for sending the request.protected Connection
RemoteCommandJobRunner. getDefaultResponseConnection()
Returns the default connection for sending the response back.Connection
RemoteCommandJobRunner. getRequestConnection()
Returns the connection to use for sending the request.Connection
RemoteCommandJobRunner. getResponseConnection()
Returns the connection to use for sending the response back.Methods in adams.multiprocess with parameters of type Connection Modifier and Type Method Description void
RemoteCommandJobRunner. setRequestConnection(Connection value)
Sets the connection to use for sending the request.void
RemoteCommandJobRunner. setResponseConnection(Connection value)
Sets the connection to use for sending the response back. -
Uses of Connection in adams.scripting
Fields in adams.scripting declared as Connection Modifier and Type Field Description protected Connection
CommandRunner. m_Connection
the connection to use.Methods in adams.scripting that return Connection Modifier and Type Method Description Connection
CommandRunner. getConnection()
Returns the connection in use.Connection
ScriptingHelper. getDefaultConnection()
Returns the default scripting connection.Methods in adams.scripting with parameters of type Connection Modifier and Type Method Description void
CommandRunner. setConnection(Connection value)
Sets the connection to use. -
Uses of Connection in adams.scripting.command
Fields in adams.scripting.command declared as Connection Modifier and Type Field Description protected Connection
AbstractCommandWithResponse. m_ResponseConnection
the response connection.Methods in adams.scripting.command that return Connection Modifier and Type Method Description protected Connection
AbstractCommandWithResponse. getDefaultResponseConnection()
Returns the default connection to use.Connection
AbstractCommandWithResponse. getResponseConnection()
Returns the connection to send the response to.Connection
RemoteCommandWithResponse. getResponseConnection()
Returns the connection to send the response to.Methods in adams.scripting.command with parameters of type Connection Modifier and Type Method Description void
AbstractCommandWithResponse. setResponseConnection(Connection value)
Sets the connection to send the response to.void
RemoteCommandWithResponse. setResponseConnection(Connection value)
Sets the connection to send the response to. -
Uses of Connection in adams.scripting.command.distributed
Fields in adams.scripting.command.distributed declared as Connection Modifier and Type Field Description protected Connection
DeregisterWorker. m_Connection
the connection to use for the worker.protected Connection
RegisterWorker. m_Connection
the connection to use for the slave.Methods in adams.scripting.command.distributed that return Connection Modifier and Type Method Description Connection
DeregisterWorker. getConnection()
Retrieves the currently set connection.Connection
RegisterWorker. getConnection()
Retrieves the currently set connection.Methods in adams.scripting.command.distributed with parameters of type Connection Modifier and Type Method Description void
DeregisterWorker. setConnection(Connection value)
Sets the connection to use as payload.void
RegisterWorker. setConnection(Connection value)
Sets the connection to use as payload. -
Uses of Connection in adams.scripting.connection
Classes in adams.scripting.connection that implement Connection Modifier and Type Class Description class
AbstractConnection
Ancestor for connections.class
AbstractConnectionEnhancer
Ancestor connections that enhance a base connection.class
AbstractMultiConnection
Ancestor for connection classes that manage multiple base connections.class
AbstractSSHConnection
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.class
AbstractSSHConnectionWithPortForwarding
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.class
DefaultConnection
Sends the command to the specified host:port.class
FTPConnection
Uses FTP to send commands.class
LoadBalancer
Balances the handling of commands among several connections.class
Multicast
Sends the same command to all connections.class
ScpConnection
Copies the command as file to the remote host into the specified directory.class
SSHConnection
Uses an SSH tunnel to connect to the remote scripting engine.Fields in adams.scripting.connection declared as Connection Modifier and Type Field Description protected Connection
AbstractConnectionEnhancer. m_Connection
the connection to use.protected Connection[]
Multicast. m_Connections
the connections to balance.Fields in adams.scripting.connection with type parameters of type Connection Modifier and Type Field Description protected List<Connection>
AbstractMultiConnection. m_Connections
the connections to manage.Methods in adams.scripting.connection that return Connection Modifier and Type Method Description Connection
AbstractConnectionEnhancer. getConnection()
Returns the connection to use.Connection[]
AbstractMultiConnection. getConnections()
Returns the connections to manage.Connection[]
Multicast. getConnections()
Returns the connections to use.protected Connection
AbstractConnectionEnhancer. getDefaultConnection()
Returns the default connection to use.Methods in adams.scripting.connection with parameters of type Connection Modifier and Type Method Description void
AbstractMultiConnection. addConnection(Connection conn)
Allows adding a connecction at runtime, without triggering a reset.int
AbstractConnection. compareTo(Connection o)
Compares this connection with the other one using the commandline string.void
AbstractMultiConnection. removeConnection(Connection conn)
Allows removing a connecction at runtime, without triggering a reset.void
AbstractConnectionEnhancer. setConnections(Connection value)
Sets the connection to use.void
AbstractMultiConnection. setConnections(Connection[] value)
Sets the connections to manage.void
Multicast. setConnections(Connection[] value)
Sets the connections to use. -
Uses of Connection in adams.scripting.engine
Fields in adams.scripting.engine declared as Connection Modifier and Type Field Description protected Connection
ForwardingScriptingEngine. m_Forward
the connection to forward the commands to.protected Connection
DefaultWorkerScriptingEngine. m_Main
the connection to the main engine node.protected Connection
DefaultWorkerScriptingEngine. m_Worker
the connection for communicating with the worker.Methods in adams.scripting.engine that return Connection Modifier and Type Method Description protected Connection
DefaultWorkerScriptingEngine. getDefaultMain()
Returns the default connection for the main.protected Connection
DefaultWorkerScriptingEngine. getDefaultWorker()
Returns the default connection for the worker.Connection
ForwardingScriptingEngine. getForward()
Returns the connection to forward the commands to.Connection
DefaultWorkerScriptingEngine. getMain()
Returns the connection for communicating with the main engine.Connection
WorkerScriptingEngine. getMain()
Returns the connection for communicating with the main engine.Connection
DefaultWorkerScriptingEngine. getWorker()
Returns the connection that the main uses for communicating with the worker.Connection
WorkerScriptingEngine. getWorker()
Returns the connection that the main uses for communicating with the worker.Methods in adams.scripting.engine with parameters of type Connection Modifier and Type Method Description void
DefaultMainScriptingEngine. deregisterWorker(Connection conn)
Deregisters a worker with the given connection.void
MainScriptingEngine. deregisterWorker(Connection conn)
Deregisters a worker with the given connection.void
DefaultMainScriptingEngine. registerWorker(Connection conn)
Registers a worker with the given connection.void
MainScriptingEngine. registerWorker(Connection conn)
Registers a worker with the given connection.void
ForwardingScriptingEngine. setForward(Connection value)
Sets the connection to forward the commands to.void
DefaultWorkerScriptingEngine. setMain(Connection value)
Sets the connection for communicating with the main engine.void
WorkerScriptingEngine. setMain(Connection value)
Sets the connection for communicating with the main engine.void
DefaultWorkerScriptingEngine. setWorker(Connection value)
Sets the connection that the main uses for communicating with the worker.void
WorkerScriptingEngine. setWorker(Connection value)
Sets the connection that the main uses for communicating with the worker.
-