
public interface CDOUpdatable
passive updates.| Modifier and Type | Field and Description |
|---|---|
static long |
NO_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final long NO_TIMEOUT
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.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.