Class DistributedEventNotifierManager
- java.lang.Object
-
- org.apache.sling.distribution.journal.impl.publisher.DistributedEventNotifierManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DistributedEventNotifierManager.Configuration
-
Constructor Summary
Constructors Constructor Description DistributedEventNotifierManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.framework.BundleContext context, DistributedEventNotifierManager.Configuration config)
void
deactivate()
void
handleTopologyEvent(org.apache.sling.discovery.TopologyEvent event)
protected boolean
isLeader()
void
run()
-
-
-
Method Detail
-
activate
public void activate(org.osgi.framework.BundleContext context, DistributedEventNotifierManager.Configuration config)
-
deactivate
public void deactivate()
-
handleTopologyEvent
public void handleTopologyEvent(org.apache.sling.discovery.TopologyEvent event)
- Specified by:
handleTopologyEvent
in interfaceorg.apache.sling.discovery.TopologyEventListener
-
isLeader
protected boolean isLeader()
-
-