Package org.eclipse.emf.cdo.session
Schnittstelle CDOSessionRegistry
- Alle Superschnittstellen:
org.eclipse.net4j.util.container.IContainer<CDOSessionRegistry.Registration>
,org.eclipse.net4j.util.event.INotifier
public interface CDOSessionRegistry
extends org.eclipse.net4j.util.container.IContainer<CDOSessionRegistry.Registration>
A global registry of all open
sessions
.- Seit:
- 4.17
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interface
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E>, org.eclipse.net4j.util.container.IContainer.Persistable<E>, org.eclipse.net4j.util.container.IContainer.Persistence<E>
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final CDOSessionRegistry
The singleton instance of thesession registry
.static final int
A symbolic constant returned fromgetID(CDOSession)
if the session is not registered. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getID
(CDOSession session) int[]
getIDs()
getSession
(int id) Returns all registeredsessions
.Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Felddetails
-
INSTANCE
The singleton instance of thesession registry
. -
NOT_REGISTERED
static final int NOT_REGISTEREDA symbolic constant returned fromgetID(CDOSession)
if the session is not registered.- Siehe auch:
-
-
Methodendetails
-
getIDs
int[] getIDs() -
getSessions
CDOSession[] getSessions()Returns all registeredsessions
. -
getID
-
getSession
-