Uses of Class
com.maverick.ssh.ShellTimeoutException

Packages that use ShellTimeoutException
com.maverick.ssh This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. 
 

Uses of ShellTimeoutException in com.maverick.ssh
 

Methods in com.maverick.ssh that throw ShellTimeoutException
 void Shell.createSession()
          Construct a new scripted session ready for command execution.
 void Shell.createSession(java.lang.String term, int cols, int rows)
          Construct a new scripted session ready for command execution.
 ShellProcess Shell.execute(java.lang.String cmd)
          Execute a command within the shell.
 void Shell.exit()
          Exit the session.
 int ShellProcess.expect(java.lang.String pattern, long timeout)
          Wait for the pattern to be found in the commands output with an optional timeout.
 int ShellProcess.expect(java.lang.String pattern)
          Wait for the pattern to be found in the commands output.
 int ShellProcess.expect(java.lang.String pattern, boolean consumeUnmatchedLines)
          Wait for the pattern to be found in the commands output.
 int ShellProcess.expect(java.lang.String pattern, long timeout, boolean consumeUnmatchedLines)
          Wait for the pattern to be found in the commands output.
 java.lang.String ShellProcess.readLine()
          Read a line from the commands output.
 java.lang.String ShellProcess.readLine(int timeout)
          Read a line from the commands output.
 



Copyright © 2003 3SP LTD. All Rights Reserved.