@ThreadSafe @Service(value={org.ops4j.pax.web.service.spi.WebListener.class,org.ops4j.pax.web.service.spi.ServletListener.class,org.apache.curator.framework.state.ConnectionStateListener.class}) public final class FabricWebRegistrationHandler extends AbstractComponent implements org.ops4j.pax.web.service.spi.WebListener, org.ops4j.pax.web.service.spi.ServletListener, org.apache.curator.framework.state.ConnectionStateListener
Constructor and Description |
---|
FabricWebRegistrationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
servletEvent(org.ops4j.pax.web.service.spi.ServletEvent servletEvent) |
void |
stateChanged(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.state.ConnectionState newState) |
void |
webEvent(org.ops4j.pax.web.service.spi.WebEvent webEvent) |
activateComponent, assertValid, deactivateComponent, isValid
public void stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
stateChanged
in interface org.apache.curator.framework.state.ConnectionStateListener
public void webEvent(org.ops4j.pax.web.service.spi.WebEvent webEvent)
webEvent
in interface org.ops4j.pax.web.service.spi.WebListener
public void servletEvent(org.ops4j.pax.web.service.spi.ServletEvent servletEvent)
servletEvent
in interface org.ops4j.pax.web.service.spi.ServletListener
Copyright © 2016 Red Hat. All Rights Reserved.