| Summary: | Provide CDOView.waitForUpdate(...) API | ||
|---|---|---|---|
| Product: | [Modeling] EMF | Reporter: | Eike Stepper <stepper> |
| Component: | cdo.core | Assignee: | Eike Stepper <stepper> |
| Status: | CLOSED FIXED | QA Contact: | Eike Stepper <stepper> |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Eike Stepper
I've made CDOSession and CDOView subtypes of:
public interface CDOUpdatable
{
public static final long NO_TIMEOUT = -1;
public long getLastUpdateTime();
public void waitForUpdate(long updateTime);
public boolean waitForUpdate(long updateTime, long timeoutMillis);
}
Committed to HEAD Available in 3.0 GA: http://download.eclipse.org/modeling/emf/cdo/updates/3.0-releases/ |