Package org.eclipse.emf.cdo.session
Interface CDOSessionRegistry.Registration
- Enclosing interface:
- CDOSessionRegistry
public static interface CDOSessionRegistry.Registration
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionint
getID()
Returns the ID of this registration.Returns theCDOSession
of this registration.
-
Method Details
-
getID
int getID()Returns the ID of this registration. -
getSession
CDOSession getSession()Returns theCDOSession
of this registration.
-