Schnittstelle CDOSessionRegistry.Registration

Umschließende Schnittstelle:
CDOSessionRegistry

public static interface CDOSessionRegistry.Registration
A bidirectional mapping between a registered session and its assigned ID.
Autor:
Eike Stepper
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Returns the ID of this registration.
    Returns the CDOSession of this registration.
  • Methodendetails

    • getID

      int getID()
      Returns the ID of this registration.
    • getSession

      CDOSession getSession()
      Returns the CDOSession of this registration.