|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.vhi.script.api.command.Command com.wrq.vhi.script.api.command.WaitForMultipleEvents
public class WaitForMultipleEvents
A class that represents a VHI WaitForMultipleEvents command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForMultipleEvents(java.lang.String, int)
Constructor Summary | |
---|---|
WaitForMultipleEvents(java.lang.String expression,
int timeout)
Constructs a new WaitForMultipleEvents command. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
Gets the expression. |
java.lang.String |
getName()
Gets the command name. |
int |
getTimeout()
Gets the timeout. |
Methods inherited from class com.wrq.vhi.script.api.command.Command |
---|
isValidEchoType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WaitForMultipleEvents(java.lang.String expression, int timeout)
expression
- the expression of events to wait fortimeout
- the maximum time to wait in secondsMethod Detail |
---|
public java.lang.String getExpression()
public int getTimeout()
public java.lang.String getName()
getName
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |