
public interface CDOViewRegistry extends IContainer<CDOViewRegistry.Registration>
views and transactions.| Modifier and Type | Interface and Description |
|---|---|
static interface |
CDOViewRegistry.Registration
|
IContainer.Modifiable<E>| Modifier and Type | Field and Description |
|---|---|
static CDOViewRegistry |
INSTANCE
The
class loader-wide singleton instance of the view registry. |
static int |
NOT_REGISTERED
A symbolic constant returned from
getID(CDOView) if the view is not registered. |
| Modifier and Type | Method and Description |
|---|---|
int |
getID(CDOView view)
|
int[] |
getIDs()
|
CDOView |
getView(int id)
|
CDOView[] |
getViews()
Returns all registered
views. |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListenerstatic final CDOViewRegistry INSTANCE
class loader-wide singleton instance of the view registry.static final int NOT_REGISTERED
getID(CDOView) if the view is not registered.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.