Package org.opensaml.core.metrics.impl
Class MetricRegistryInitializer
- java.lang.Object
-
- org.opensaml.core.metrics.impl.MetricRegistryInitializer
-
- All Implemented Interfaces:
Initializer
public class MetricRegistryInitializer extends Object implements Initializer
An initializer for theMetricRegistryheld by theConfigurationService.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description MetricRegistryInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Perform the initialization process encompassed by the implementation.
-
-
-
Method Detail
-
init
public void init() throws InitializationExceptionPerform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-
-