| Package | Description | 
|---|---|
| com.jscape.inet.ssh | 
| Modifier and Type | Method and Description | 
|---|---|
| SshTask | SshTaskTimeoutException. getTask()Gets the SshTask that timed out | 
| SshTask | SshScript. getTask(java.lang.String name)Gets the named SshTask based on the name attribute of a SshTask. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SshScript. addTask(SshTask task)Adds a SshTask to this SshScript. | 
| void | SshScript. onTaskCancelled(SshTask task) | 
| void | SshTask.Listener. onTaskCancelled(SshTask task) | 
| void | SshScript. onTaskCompleted(SshTask task) | 
| void | SshTask.Listener. onTaskCompleted(SshTask task) | 
| void | SshScript. onTaskError(SshTask task,
           java.lang.Exception error) | 
| void | SshTask.Listener. onTaskError(SshTask task,
           java.lang.Exception error) | 
| void | SshScript. onTaskTimeout(SshTask task) | 
| void | SshTask.Listener. onTaskTimeout(SshTask task) | 
| Constructor and Description | 
|---|
| SshTaskEndEvent(SshScript source,
               SshTask task)Creates a new instance of SshTaskEndEvent | 
| SshTaskFailedEvent(SshScript source,
                  SshTask task)Creates a new instance of SshTaskFailedEvent. | 
| SshTaskStartEvent(SshScript source,
                 SshTask task)Creates a new instance of SshTaskStartEvent | 
| SshTaskTimeoutEvent(SshScript source,
                   SshTask task)Creates a new instance of SshTaskTimeoutEvent | 
| SshTaskTimeoutException(SshTask task)Constructs a new SshTaskTimeoutException instance | 
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved