|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

Represents facilities that can receive
passive updates.
| Field Summary | |
|---|---|
static long |
NO_TIMEOUT
|
| Method Summary | |
|---|---|
long |
getLastUpdateTime()
Returns the time stamp of the last commit operation. |
void |
waitForUpdate(long updateTime)
Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured. |
boolean |
waitForUpdate(long updateTime,
long timeoutMillis)
Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured or the given timeout has expired. |
| Field Detail |
|---|
static final long NO_TIMEOUT
| Method Detail |
|---|
long getLastUpdateTime()
passive updates are disabled.
void waitForUpdate(long updateTime)
boolean waitForUpdate(long updateTime,
long timeoutMillis)
true if the specified commit operation has occured within the given timeout period,
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||