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 ConnectionRemoteExecutionTrigger. m_Connectionwhere to send the flow to.Methods in adams.flow.control that return Connection Modifier and Type Method Description ConnectionRemoteExecutionTrigger. getConnection()Returns the connection used for sending the flow.Methods in adams.flow.control with parameters of type Connection Modifier and Type Method Description voidRemoteExecutionTrigger. 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 ConnectionRemoteExecutionHandler. getConnection()Returns the connection used for sending the flow.Methods in adams.flow.core with parameters of type Connection Modifier and Type Method Description voidRemoteExecutionHandler. 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 ConnectionSendRemoteCommand. m_Connectionthe connection.Methods in adams.flow.sink that return Connection Modifier and Type Method Description ConnectionSendRemoteCommand. getConnection()Returns the connection to send the command to.Methods in adams.flow.sink with parameters of type Connection Modifier and Type Method Description voidSendRemoteCommand. 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 ConnectionRemoteCommands. m_LastConnectionthe last connection used. -
Uses of Connection in adams.multiprocess
Fields in adams.multiprocess declared as Connection Modifier and Type Field Description protected ConnectionRemoteCommandJobRunner. m_RequestConnectionthe connection to use for sending the command.protected ConnectionRemoteCommandJobRunner. m_ResponseConnectionthe connection to use for sending back the response.Methods in adams.multiprocess that return Connection Modifier and Type Method Description protected ConnectionRemoteCommandJobRunner. getDefaultRequestConnection()Returns the default connection for sending the request.protected ConnectionRemoteCommandJobRunner. getDefaultResponseConnection()Returns the default connection for sending the response back.ConnectionRemoteCommandJobRunner. getRequestConnection()Returns the connection to use for sending the request.ConnectionRemoteCommandJobRunner. 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 voidRemoteCommandJobRunner. setRequestConnection(Connection value)Sets the connection to use for sending the request.voidRemoteCommandJobRunner. 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 ConnectionCommandRunner. m_Connectionthe connection to use.Methods in adams.scripting that return Connection Modifier and Type Method Description ConnectionCommandRunner. getConnection()Returns the connection in use.ConnectionScriptingHelper. getDefaultConnection()Returns the default scripting connection.Methods in adams.scripting with parameters of type Connection Modifier and Type Method Description voidCommandRunner. 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 ConnectionAbstractCommandWithResponse. m_ResponseConnectionthe response connection.Methods in adams.scripting.command that return Connection Modifier and Type Method Description protected ConnectionAbstractCommandWithResponse. getDefaultResponseConnection()Returns the default connection to use.ConnectionAbstractCommandWithResponse. getResponseConnection()Returns the connection to send the response to.ConnectionRemoteCommandWithResponse. getResponseConnection()Returns the connection to send the response to.Methods in adams.scripting.command with parameters of type Connection Modifier and Type Method Description voidAbstractCommandWithResponse. setResponseConnection(Connection value)Sets the connection to send the response to.voidRemoteCommandWithResponse. 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 ConnectionDeregisterWorker. m_Connectionthe connection to use for the worker.protected ConnectionRegisterWorker. m_Connectionthe connection to use for the slave.Methods in adams.scripting.command.distributed that return Connection Modifier and Type Method Description ConnectionDeregisterWorker. getConnection()Retrieves the currently set connection.ConnectionRegisterWorker. getConnection()Retrieves the currently set connection.Methods in adams.scripting.command.distributed with parameters of type Connection Modifier and Type Method Description voidDeregisterWorker. setConnection(Connection value)Sets the connection to use as payload.voidRegisterWorker. 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 classAbstractConnectionAncestor for connections.classAbstractConnectionEnhancerAncestor connections that enhance a base connection.classAbstractMultiConnectionAncestor for connection classes that manage multiple base connections.classAbstractSSHConnectionAncestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.classAbstractSSHConnectionWithPortForwardingAncestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.classDefaultConnectionSends the command to the specified host:port.classFTPConnectionUses FTP to send commands.classLoadBalancerBalances the handling of commands among several connections.classMulticastSends the same command to all connections.classScpConnectionCopies the command as file to the remote host into the specified directory.classSSHConnectionUses an SSH tunnel to connect to the remote scripting engine.Fields in adams.scripting.connection declared as Connection Modifier and Type Field Description protected ConnectionAbstractConnectionEnhancer. m_Connectionthe connection to use.protected Connection[]Multicast. m_Connectionsthe connections to balance.Fields in adams.scripting.connection with type parameters of type Connection Modifier and Type Field Description protected List<Connection>AbstractMultiConnection. m_Connectionsthe connections to manage.Methods in adams.scripting.connection that return Connection Modifier and Type Method Description ConnectionAbstractConnectionEnhancer. getConnection()Returns the connection to use.Connection[]AbstractMultiConnection. getConnections()Returns the connections to manage.Connection[]Multicast. getConnections()Returns the connections to use.protected ConnectionAbstractConnectionEnhancer. getDefaultConnection()Returns the default connection to use.Methods in adams.scripting.connection with parameters of type Connection Modifier and Type Method Description voidAbstractMultiConnection. addConnection(Connection conn)Allows adding a connecction at runtime, without triggering a reset.intAbstractConnection. compareTo(Connection o)Compares this connection with the other one using the commandline string.voidAbstractMultiConnection. removeConnection(Connection conn)Allows removing a connecction at runtime, without triggering a reset.voidAbstractConnectionEnhancer. setConnections(Connection value)Sets the connection to use.voidAbstractMultiConnection. setConnections(Connection[] value)Sets the connections to manage.voidMulticast. 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 ConnectionForwardingScriptingEngine. m_Forwardthe connection to forward the commands to.protected ConnectionDefaultWorkerScriptingEngine. m_Mainthe connection to the main engine node.protected ConnectionDefaultWorkerScriptingEngine. m_Workerthe connection for communicating with the worker.Methods in adams.scripting.engine that return Connection Modifier and Type Method Description protected ConnectionDefaultWorkerScriptingEngine. getDefaultMain()Returns the default connection for the main.protected ConnectionDefaultWorkerScriptingEngine. getDefaultWorker()Returns the default connection for the worker.ConnectionForwardingScriptingEngine. getForward()Returns the connection to forward the commands to.ConnectionDefaultWorkerScriptingEngine. getMain()Returns the connection for communicating with the main engine.ConnectionWorkerScriptingEngine. getMain()Returns the connection for communicating with the main engine.ConnectionDefaultWorkerScriptingEngine. getWorker()Returns the connection that the main uses for communicating with the worker.ConnectionWorkerScriptingEngine. 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 voidDefaultMainScriptingEngine. deregisterWorker(Connection conn)Deregisters a worker with the given connection.voidMainScriptingEngine. deregisterWorker(Connection conn)Deregisters a worker with the given connection.voidDefaultMainScriptingEngine. registerWorker(Connection conn)Registers a worker with the given connection.voidMainScriptingEngine. registerWorker(Connection conn)Registers a worker with the given connection.voidForwardingScriptingEngine. setForward(Connection value)Sets the connection to forward the commands to.voidDefaultWorkerScriptingEngine. setMain(Connection value)Sets the connection for communicating with the main engine.voidWorkerScriptingEngine. setMain(Connection value)Sets the connection for communicating with the main engine.voidDefaultWorkerScriptingEngine. setWorker(Connection value)Sets the connection that the main uses for communicating with the worker.voidWorkerScriptingEngine. setWorker(Connection value)Sets the connection that the main uses for communicating with the worker.
-