|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshTask | |
---|---|
com.jscape.inet.ssh | Contains classes for communicating with SSH (Secure Shell) servers. |
Uses of SshTask in com.jscape.inet.ssh |
---|
Methods in com.jscape.inet.ssh that return SshTask | |
---|---|
SshTask |
SshTask.getNextTask()
Gets the next task executed after this SshTask . |
SshTask |
SshTask.getPreviousTask()
Gets the SshTask executed prior to this SshTask . |
SshTask |
SshTaskEndEvent.getTask()
Gets the SshTask that has started. |
SshTask |
SshTaskFailedEvent.getTask()
Gets the SshTask that has failed. |
SshTask |
SshTaskStartEvent.getTask()
Gets the SshTask that has started. |
SshTask |
SshTaskTimeoutEvent.getTask()
Gets the SshTask that has timed out. |
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. |
Methods in com.jscape.inet.ssh with parameters of type SshTask | |
---|---|
void |
SshScript.addTask(SshTask task)
Adds a SshTask to this SshScript. |
Constructors in com.jscape.inet.ssh with parameters of type SshTask | |
---|---|
SshTaskEndEvent(java.lang.Object source,
SshTask task)
Creates a new instance of SshTaskEndEvent |
|
SshTaskFailedEvent(java.lang.Object source,
SshTask task,
java.lang.Exception exception)
Creates a new instance of SshTaskFailedEvent. |
|
SshTaskStartEvent(java.lang.Object source,
SshTask task)
Creates a new instance of SshTaskStartEvent |
|
SshTaskTimeoutEvent(java.lang.Object source,
SshTask task)
Creates a new instance of SshTaskTimeoutEvent |
|
SshTaskTimeoutException(SshTask task)
Constructs a new SshTaskTimeoutException instance |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |