Package org.eclipse.emf.cdo.session
Schnittstelle CDOSessionRegistry.Registration
- Umschließende Schnittstelle:
CDOSessionRegistry
public static interface CDOSessionRegistry.Registration
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getID()
Returns the ID of this registration.Returns theCDOSession
of this registration.
-
Methodendetails
-
getID
int getID()Returns the ID of this registration. -
getSession
CDOSession getSession()Returns theCDOSession
of this registration.
-