Class CachingServiceComponent


  • public class CachingServiceComponent
    extends Object
    • Constructor Detail

      • CachingServiceComponent

        public CachingServiceComponent()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext ctx)
      • deactivate

        protected void deactivate​(org.osgi.service.component.ComponentContext ctx)
      • setDistributedMapProvider

        protected void setDistributedMapProvider​(DistributedMapProvider mapProvider)
      • unsetDistributedMapProvider

        protected void unsetDistributedMapProvider​(DistributedMapProvider mapProvider)
      • setServerConfigurationService

        protected void setServerConfigurationService​(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
      • unsetServerConfigurationService

        protected void unsetServerConfigurationService​(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
      • setClusteringAgent

        protected void setClusteringAgent​(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
      • unsetClusteringAgent

        protected void unsetClusteringAgent​(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
      • addCacheEntryListener

        protected void addCacheEntryListener​(CacheEntryListener cacheEntryListener)
      • removeCacheEntryListener

        protected void removeCacheEntryListener​(CacheEntryListener cacheEntryListener)
      • addCacheInvalidationRequestSender

        protected void addCacheInvalidationRequestSender​(CacheInvalidationRequestSender cacheInvalidationRequestSender)
      • removeCacheInvalidationRequestSender

        protected void removeCacheInvalidationRequestSender​(CacheInvalidationRequestSender cacheInvalidationRequestSender)