com.evolveum.midpoint.model.controller
Class ModelDiagController
java.lang.Object
com.evolveum.midpoint.model.controller.ModelDiagController
- All Implemented Interfaces:
- ModelDiagnosticService
@Component
public class ModelDiagController
- extends Object
- implements ModelDiagnosticService
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAME_WITH_DOT
public static final String CLASS_NAME_WITH_DOT
getRepositoryDiag
public RepositoryDiag getRepositoryDiag(Task task,
OperationResult parentResult)
- Description copied from interface:
ModelDiagnosticService
- Provide repository run-time configuration and diagnostic information.
- Specified by:
getRepositoryDiag
in interface ModelDiagnosticService
repositorySelfTest
public OperationResult repositorySelfTest(Task task)
- Description copied from interface:
ModelDiagnosticService
- Runs a short, non-descructive repository self test.
This methods should never throw a (checked) exception. All the results
should be in the returned result structure (including fatal errors).
- Specified by:
repositorySelfTest
in interface ModelDiagnosticService
Copyright © 2013 evolveum. All Rights Reserved.