Package org.eclipse.emf.cdo.common.admin
Interface CDOAdminRepository
- 
- All Superinterfaces:
- CDOCommonRepository,- CDOTimeProvider,- IAdaptable,- org.eclipse.net4j.util.event.INotifier
 - All Known Subinterfaces:
- CDOAdminClientRepository
 
 public interface CDOAdminRepository extends CDOCommonRepository, org.eclipse.net4j.util.event.INotifier An administrative interface to a remoterepository.- Since:
- 4.1
- 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- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepositoryCDOCommonRepository.CommitInfoStorage, CDOCommonRepository.IDGenerationLocation, CDOCommonRepository.ListOrdering, CDOCommonRepository.State, CDOCommonRepository.StateChangedEvent, CDOCommonRepository.Type, CDOCommonRepository.TypeChangedEvent
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandelete(java.lang.String type)Deletes the remoterepositoryadministered by this administrative interface.CDOAdmingetAdmin()longgetTimeStamp()May be unsupported on the client side.- 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepositorygetCommitInfoStorage, getCreationTime, getIDGenerationLocation, getName, getObjectIDTypes, getRootResourceID, getState, getStoreType, getType, getUUID, isAuthenticating, isAuthorizingOperations, isEnsuringReferentialIntegrity, isSerializingCommits, isSupportingAudits, isSupportingBranches, isSupportingEcore, isSupportingUnits, waitWhileInitial
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getAdminCDOAdmin getAdmin() 
 - 
deleteboolean delete(java.lang.String type) Deletes the remoterepositoryadministered by this administrative interface.On the server-side the deletion is delegated to an instance of org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandlerthat is registered with the server'scontainerunder the giventypeargument.
 - 
getTimeStamplong getTimeStamp() throws java.lang.UnsupportedOperationExceptionMay be unsupported on the client side.- Specified by:
- getTimeStampin interface- CDOTimeProvider
- Throws:
- java.lang.UnsupportedOperationException
 
 
- 
 
-