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 remote repository.
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.
  • Method Details

    • 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