@ThreadSafe @Service(value={io.fabric8.api.ContainerRegistration.class,org.osgi.service.cm.ConfigurationListener.class,org.apache.curator.framework.state.ConnectionStateListener.class}) public final class KarafContainerRegistration extends AbstractComponent implements ContainerRegistration, org.osgi.service.cm.ConfigurationListener, org.apache.curator.framework.state.ConnectionStateListener
| Constructor and Description |
|---|
KarafContainerRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
Receives notification of a Configuration that has changed.
|
void |
stateChanged(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.state.ConnectionState newState) |
activateComponent, assertValid, deactivateComponent, isValidpublic void stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
stateChanged in interface org.apache.curator.framework.state.ConnectionStateListenerpublic void configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
configurationEvent in interface org.osgi.service.cm.ConfigurationListenerevent - The ConfigurationEvent.Copyright © 2014 Red Hat. All Rights Reserved.