|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jprocessunit.WaitEvent
org.jprocessunit.addon.common.DatabaseWaitEvent
public class DatabaseWaitEvent
JProcessUnit Wait Event used to wait for an SQL query to return a result.
| Constructor Summary | |
|---|---|
DatabaseWaitEvent(java.lang.String checkQuery)
Default constructor, connect's to the ServerInfo database connection. |
|
| Method Summary | |
|---|---|
boolean |
waitConditionSatisfied()
The wait condition is satisfied only when the SQL statement of this object returns a result (any result). |
| Methods inherited from class org.jprocessunit.WaitEvent |
|---|
assertEvent, setPollingInterval, setTimeOutValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseWaitEvent(java.lang.String checkQuery)
| Method Detail |
|---|
public boolean waitConditionSatisfied()
waitConditionSatisfied in class WaitEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||