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 Klassen
    Modifizierer und Typ
    Schnittstelle
    Beschreibung
    static interface 
    A bidirectional mapping between a registered session and its assigned ID.

    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

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final CDOSessionRegistry
    The singleton instance of the session registry.
    static final int
    A symbolic constant returned from getID(CDOSession) if the session is not registered.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    getID(CDOSession session)
    Returns the ID of the given session if it is registered, 0 otherwise.
    int[]
    Returns the IDs of all registered sessions.
    getSession(int id)
    Returns the session with the given ID if it is registered, null otherwise.
    Returns all registered sessions.

    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