@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, 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 webEvent(org.ops4j.pax.web.service.spi.WebEvent webEvent)
webEvent in interface org.ops4j.pax.web.service.spi.WebListenerpublic void servletEvent(org.ops4j.pax.web.service.spi.ServletEvent servletEvent)
servletEvent in interface org.ops4j.pax.web.service.spi.ServletListenerCopyright © 2011-2014 Red Hat. All Rights Reserved.