Package com.attivio.service
Class ServiceFactory.AieServiceCacheListener
- java.lang.Object
-
- com.attivio.service.ServiceFactory.AieServiceCacheListener
-
- All Implemented Interfaces:
org.apache.curator.framework.state.ConnectionStateListener
,org.apache.curator.x.discovery.details.ServiceCacheListener
- Enclosing class:
- ServiceFactory
public static class ServiceFactory.AieServiceCacheListener extends java.lang.Object implements org.apache.curator.x.discovery.details.ServiceCacheListener
-
-
Constructor Summary
Constructors Constructor Description AieServiceCacheListener(org.apache.curator.x.discovery.ServiceCache<AieServiceInfo> cache, ServiceListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cacheChanged()
void
stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
-
-
-
Constructor Detail
-
AieServiceCacheListener
public AieServiceCacheListener(org.apache.curator.x.discovery.ServiceCache<AieServiceInfo> cache, ServiceListener listener)
-
-
Method Detail
-
stateChanged
public void stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
- Specified by:
stateChanged
in interfaceorg.apache.curator.framework.state.ConnectionStateListener
-
cacheChanged
public void cacheChanged()
- Specified by:
cacheChanged
in interfaceorg.apache.curator.x.discovery.details.ServiceCacheListener
-
-