Interface DeviceRemoteManagementOperations
- All Known Subinterfaces:
DeviceManagement,DeviceManagementClient
- All Known Implementing Classes:
DeviceManagementAasClient,DeviceManagementImpl,SshRemoteManagementOperations
public interface DeviceRemoteManagementOperations
The DeviceRemoteManagementOperations provide access to the devices through a remote connection.
- Author:
- Dennis Pidun, University of Hildesheim
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classSSHConnectionDetails provide information about the connection to the remote site. -
Method Summary
Modifier and TypeMethodDescriptionestablishSsh(String id) Creates a ssh connection, so one can connect with a device through ssh.
-
Method Details
-
establishSsh
DeviceRemoteManagementOperations.SSHConnectionDetails establishSsh(String id) throws ExecutionException Creates a ssh connection, so one can connect with a device through ssh.- Parameters:
id- the device id- Returns:
- SSHConnectionDetails
- Throws:
ExecutionException- if some (remote) execution errors occur
-