|
|||||||||
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.WaitForCursorAtRecordSetField
public class WaitForCursorAtRecordSetField
A class that represents a VHI WaitForCursorAtRecordSetField command.
CommandList
,
HostSession.executeCommandList(com.wrq.vhi.script.api.command.CommandList)
,
HostSession.waitForCursorAtRecordSetField(java.lang.String, java.lang.String, java.lang.String, int)
Constructor Summary | |
---|---|
WaitForCursorAtRecordSetField(java.lang.String entity,
java.lang.String recordSet,
java.lang.String field,
int timeout)
Constructs a new WaitForCursorAtRSField command. |
Method Summary | |
---|---|
java.lang.String |
getEntity()
Gets the entity name. |
java.lang.String |
getField()
Gets the field name. |
java.lang.String |
getName()
Gets the command name. |
java.lang.String |
getRecordSet()
Gets the record set 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 WaitForCursorAtRecordSetField(java.lang.String entity, java.lang.String recordSet, java.lang.String field, int timeout)
entity
- the name of the entity on which the recordset is definedrecordSet
- the name of the record set on which the field is definedfield
- the name of the field that can terminate the waittimeout
- the maximum time to wait in secondsMethod Detail |
---|
public java.lang.String getEntity()
public java.lang.String getRecordSet()
public java.lang.String getField()
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 |