Schnittstelle CDOAdminRepository

Alle Superschnittstellen:
CDOCommonRepository, CDOTimeProvider, IAdaptable, org.eclipse.net4j.util.event.INotifier
Alle bekannten Unterschnittstellen:
CDOAdminClientRepository

public interface CDOAdminRepository extends CDOCommonRepository, org.eclipse.net4j.util.event.INotifier
An administrative interface to a remote repository.
Seit:
4.1
Autor:
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.
  • Methodendetails

    • 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.
      Angegeben von:
      getTimeStamp in Schnittstelle CDOTimeProvider
      Löst aus:
      UnsupportedOperationException