org.eclipse.emf.cdo.common.admin
Interface CDOAdminRepository
- All Superinterfaces:
- CDOCommonRepository, CDOTimeProvider, INotifier
- All Known Subinterfaces:
- CDOAdminClientRepository
- public interface CDOAdminRepository
- extends CDOCommonRepository, INotifier
An administrative interface to a remote repository
.
- Since:
- 4.1
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepository |
getCreationTime, getIDGenerationLocation, getName, getObjectIDTypes, getRootResourceID, getState, getStoreType, getType, getUUID, isEnsuringReferentialIntegrity, isSupportingAudits, isSupportingBranches, isSupportingEcore |
getAdmin
CDOAdmin getAdmin()
delete
boolean delete(String type)
- Deletes the remote
repository
administered by this administrative interface.
On the server-side the deletion is delegated to an instance of org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandler
that is registered with the server's container
under the given type
argument.
getTimeStamp
long getTimeStamp()
throws UnsupportedOperationException
- May be unsupported on the client side.
- Specified by:
getTimeStamp
in interface CDOTimeProvider
- Throws:
UnsupportedOperationException
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.