Serialized Form
option
TelnetOption option
option
TelnetOption option
option
TelnetOption option
hostname
java.lang.String hostname
port
int port
hostname
java.lang.String hostname
port
int port
exception
java.lang.Exception exception
source
java.lang.Exception source
host
java.lang.String host
port
int port
data
java.lang.String data
host
java.lang.String host
port
int port
exception
java.lang.Exception exception
head
SshTask head
- The first SshTask to be executed by this SshScript
tail
SshTask tail
- The last SshTask to be executed by this SshScript
ssh
Ssh ssh
- The Ssh instance this SshScript is bound to
active
boolean active
- Holds value of property active.
terminator
java.lang.String terminator
- Applies this terminator to all SshTask if not null
script
SshScript script
- The SshScript responsible for controlling execution of this SshTask
nextTask
SshTask nextTask
- The next SshTask to execute after this SshTask is complete
prevTask
SshTask prevTask
- The previous SshTask executed before this SshTask
startPrompt
java.lang.String startPrompt
- Holds value of property start prompt.
command
java.lang.String command
- Holds value of property command.
endPrompt
java.lang.String endPrompt
- Holds value of property end prompt.
buffer
java.lang.StringBuffer buffer
- Holds value of buffer waiting for start prompt
response
java.lang.StringBuffer response
- Holds value of response to command executed
status
int status
- Holds value of property status.
name
java.lang.String name
- Holds value of property name.
terminator
java.lang.String terminator
- Holds value used for line termination when sending commands
endPromptTimeout
long endPromptTimeout
- Hold value used for end prompt timeout
startPromptTimeout
long startPromptTimeout
- Hold value used for start prompt timeout
startPromptRegex
boolean startPromptRegex
- Holds whether start prompt is a regular expression
endPromptRegex
boolean endPromptRegex
- Holds whether end prompt is a regular expression
startPromptPattern
org.apache.oro.text.regex.Pattern startPromptPattern
- Holds the start prompt pattern
endPromptPattern
org.apache.oro.text.regex.Pattern endPromptPattern
- Holds the end prompt pattern
compiler
org.apache.oro.text.regex.Perl5Compiler compiler
- Holds a compiler for use in regular expressions
matcher
org.apache.oro.text.regex.Perl5Matcher matcher
- Holds a matcher for use in regular expressions
timedOut
boolean timedOut
- Tracks if task has timed out waiting for end prompt
task
SshTask task
task
SshTask task
exception
java.lang.Exception exception
task
SshTask task
task
SshTask task
timeout
int timeout
characterSet
java.lang.String characterSet
debug
boolean debug
- Controls whether debugging output is printed to debug stream.
- See Also:
Telnet.getDebug(),
Telnet.setDebug(boolean),
Telnet.setDebugStream(java.io.PrintStream)
hostname
java.lang.String hostname
- Remote hostname or IP address.
port
int port
- Remote port.
commandCode
int commandCode
host
java.lang.String host
port
int port
data
java.lang.String data
host
java.lang.String host
port
int port
exception
java.lang.Exception exception
head
TelnetTask head
- The first TelnetTask to be executed by this TelnetScript
tail
TelnetTask tail
- The last TelnetTask to be executed by this TelnetScript
telnet
Telnet telnet
- The Telnet instance this TelnetScript is bound to
terminator
java.lang.String terminator
- Applies this terminator to all TelnetTask if not null
script
TelnetScript script
- The TelnetScript responsible for controlling execution of this TelnetTask
nextTask
TelnetTask nextTask
- The next TelnetTask to execute after this TelnetTask is complete
prevTask
TelnetTask prevTask
- The previous TelnetTask executed before this TelnetTask
startPrompt
java.lang.String startPrompt
- Holds value of property start prompt.
command
java.lang.String command
- Holds value of property command.
endPrompt
java.lang.String endPrompt
- Holds value of property end prompt.
buffer
java.lang.StringBuffer buffer
- Holds value of buffer waiting for start prompt
response
java.lang.StringBuffer response
- Holds value of response to command executed
status
int status
- Holds value of property status.
name
java.lang.String name
- Holds value of property name.
terminator
java.lang.String terminator
- Holds value used for line termination when sending commands
endPromptTimeout
long endPromptTimeout
- Hold value used for end prompt timeout
startPromptTimeout
long startPromptTimeout
- Hold value used for start prompt timeout
startPromptRegex
boolean startPromptRegex
- Holds whether start prompt is a regular expression
endPromptRegex
boolean endPromptRegex
- Holds whether end prompt is a regular expression
startPromptPattern
org.apache.oro.text.regex.Pattern startPromptPattern
- Holds the start prompt pattern
endPromptPattern
org.apache.oro.text.regex.Pattern endPromptPattern
- Holds the end prompt pattern
compiler
org.apache.oro.text.regex.Perl5Compiler compiler
- Holds a compiler for use in regular expressions
matcher
org.apache.oro.text.regex.Perl5Matcher matcher
- Holds a matcher for use in regular expressions
timedOut
boolean timedOut
- Flag to track whether this task has timed out
task
TelnetTask task
task
TelnetTask task
exception
java.lang.Exception exception
task
TelnetTask task
task
TelnetTask task
task
TelnetTask task
option
TelnetOption option
option
TelnetOption option
Copyright JSCAPE 2004 All Rights Reserved