Schnittstelle CDOAdminHandler2
- Alle Superschnittstellen:
- CDOAdminHandler
An optional extension of the 
CDOAdminHandler interface that provides
 additional queries and control functions, such as determination of whether
 deletion of a particular repository is feasible even to attempt.- Seit:
- 4.2
- Autor:
- Christian W. Damus (CEA LIST)
- 
Verschachtelte Klassen - ÜbersichtVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandlerCDOAdminHandler.Factory
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidAuthenticates the user as a server administrator, if applicable.booleancanDelete(IRepository delegate) Queries whether a givenrepositorycan be deleted.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.server.spi.admin.CDOAdminHandlercreateRepository, deleteRepository, getType
- 
Methodendetails- 
canDeleteQueries whether a givenrepositorycan be deleted. If it cannot, then it will not be deactivated and the delete operation will fail with an exception back to the client.
- 
authenticateAdministratorAuthenticates the user as a server administrator, if applicable.- Löst aus:
- SecurityException- if authentication is required and fails
 
 
-