Package org.eclipse.emf.cdo.admin
Interface CDOAdminClientRepository
- All Superinterfaces:
CDOAdminRepository
,CDOCommonRepository
,CDOTimeProvider
,IAdaptable
,org.eclipse.net4j.util.event.INotifier
A client-side
administrative interface
to a remote repository.- Author:
- 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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides access to thesession configuration
used in calls toopenSession()
.Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepository
CDOCommonRepository.CommitInfoStorage, CDOCommonRepository.IDGenerationLocation, CDOCommonRepository.ListOrdering, CDOCommonRepository.State, CDOCommonRepository.StateChangedEvent, CDOCommonRepository.Type, CDOCommonRepository.TypeChangedEvent
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptiongetAdmin()
openSession
(CDOAdminClientRepository.SessionConfigurator configurator) Methods inherited from interface org.eclipse.emf.cdo.common.admin.CDOAdminRepository
delete, getTimeStamp
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepository
getCommitInfoStorage, getCreationTime, getIDGenerationLocation, getName, getObjectIDTypes, getRootResourceID, getState, getStoreType, getType, getUUID, isAuthenticating, isAuthorizingOperations, isEnsuringReferentialIntegrity, isSerializingCommits, isSupportingAudits, isSupportingBranches, isSupportingEcore, isSupportingLoginPeeks, isSupportingUnits, waitWhileInitial
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getAdmin
CDOAdminClient getAdmin()- Specified by:
getAdmin
in interfaceCDOAdminRepository
-
openSession
CDONet4jSession openSession() -
openSession
-