Class EventAdminConfigurationNotifier
- java.lang.Object
-
- org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier
-
- All Implemented Interfaces:
AutoCloseable,ConfigurationNotifier
public class EventAdminConfigurationNotifier extends Object implements ConfigurationNotifier
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description EventAdminConfigurationNotifier(org.osgi.framework.BundleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconfigurationDone()Signals successful completion of configuration procedurevoidconfigurationError(Throwable t)Signals problems related to configuration procedure
-
-
-
Method Detail
-
configurationDone
public void configurationDone()
Description copied from interface:ConfigurationNotifierSignals successful completion of configuration procedure- Specified by:
configurationDonein interfaceConfigurationNotifier
-
configurationError
public void configurationError(Throwable t)
Description copied from interface:ConfigurationNotifierSignals problems related to configuration procedure- Specified by:
configurationErrorin interfaceConfigurationNotifier
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-