public interface ConfigurationProvider
ConfigReloadContainer
Modifier and Type | Method and Description |
---|---|
void |
deregisteredFromConfigReloadContainer()
Notifies this configuration provider that it was unregistered from the
ConfigReloadContainer . |
long |
getLastUpdate() |
Object |
getObject()
Retrieve the actual configuration bean.
|
Class<?> |
getType()
Retrieve a class reference to the type of object returned by
getObject() . |
void |
registeredToConfigReloadContainer()
Notifies this configuration provider that it was registered with the
ConfigReloadContainer . |
Class<?> getType()
getObject()
.
This is used instead of generics to be OSGi friendly.getObject()
Object getObject()
long getLastUpdate()
void registeredToConfigReloadContainer()
ConfigReloadContainer
.void deregisteredFromConfigReloadContainer()
ConfigReloadContainer
.Copyright © 2021. All rights reserved.