com.evolveum.midpoint.model.controller
Class ModelDiagController

java.lang.Object
  extended by com.evolveum.midpoint.model.controller.ModelDiagController
All Implemented Interfaces:
ModelDiagnosticService

@Component
public class ModelDiagController
extends Object
implements ModelDiagnosticService

Author:
semancik

Field Summary
static String CLASS_NAME_WITH_DOT
           
 
Fields inherited from interface com.evolveum.midpoint.model.api.ModelDiagnosticService
REPOSITORY_SELF_TEST
 
Method Summary
 RepositoryDiag getRepositoryDiag(Task task, OperationResult parentResult)
          Provide repository run-time configuration and diagnostic information.
 OperationResult repositorySelfTest(Task task)
          Runs a short, non-descructive repository self test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME_WITH_DOT

public static final String CLASS_NAME_WITH_DOT
Method Detail

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.