com.waveset.adapter.ScriptedConnection
Class ScriptToken.Send

java.lang.Object
  extended bycom.waveset.adapter.ScriptedConnection.ScriptToken
      extended bycom.waveset.adapter.ScriptedConnection.ScriptToken.Send
Enclosing class:
ScriptToken

public static class ScriptToken.Send
extends ScriptToken

Token that just sends a particular message on the output.


Nested Class Summary
 
Nested classes inherited from class com.waveset.adapter.ScriptedConnection.ScriptToken
ScriptToken.Capture, ScriptToken.Send, ScriptToken.SendPassword, ScriptToken.Sleep, ScriptToken.Timeout, ScriptToken.WaitFor, ScriptToken.WaitForIgnoreCase
 
Field Summary
 
Fields inherited from class com.waveset.adapter.ScriptedConnection.ScriptToken
CAPTURE_TIMEOUT, CLASS, code_id, DEFAULT_TIMEOUT, DEFAULT_TIMEOUT_PROPERTY, RESOURCE_POLICY_GLOBAL_SCOPE, SCRIPTTOKEN_TIMEOUT, WAITFOR_TIMEOUT, WAITFORIGNORECASE_TIMEOUT
 
Constructor Summary
ScriptToken.Send(java.lang.String value)
          Constructor sets the message to send.
 
Methods inherited from class com.waveset.adapter.ScriptedConnection.ScriptToken
getTimeout, getValue, isTimeoutSpecified, setTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptToken.Send

public ScriptToken.Send(java.lang.String value)
Constructor sets the message to send.