|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openqa.selenium.server.SeleneseQueue
Schedules and coordinates commands to be run.
SingleEntryAsyncQueue| Constructor Summary | |
SeleneseQueue()
|
|
| Method Summary | |
java.lang.String |
doCommand(java.lang.String command,
java.lang.String field,
java.lang.String value)
Schedules the specified command to be retrieved by the next call to handle command result, and returns the result of that command. |
SeleneseCommand |
handleCommandResult(java.lang.String commandResult)
Accepts a command reply, and retrieves the next command to run. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SeleneseQueue()
| Method Detail |
public java.lang.String doCommand(java.lang.String command,
java.lang.String field,
java.lang.String value)
command - - the Selenese command verbfield - - the first Selenese argument (meaning depends on the verb)value - - the second Selenese argument
public java.lang.String toString()
public SeleneseCommand handleCommandResult(java.lang.String commandResult)
Accepts a command reply, and retrieves the next command to run.
commandResult - - the reply from the previous command, or null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||