Class ThrottleServiceComponent


  • public class ThrottleServiceComponent
    extends Object
    • Constructor Detail

      • ThrottleServiceComponent

        public ThrottleServiceComponent()
    • Method Detail

      • activate

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

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

        protected void addDistributedCounterManagerInstance​(DistributedCounterManager distributedCounterManager)
        Access Distributed Counter Instance, which is exposed as an OSGI service.
        Parameters:
        distributedCounterManager -
      • removeDistributedCounterManagerInstance

        protected void removeDistributedCounterManagerInstance​(DistributedCounterManager distributedCounterManager)
      • addDistributedThrottleProcessorInstance

        protected void addDistributedThrottleProcessorInstance​(DistributedThrottleProcessor distributedThrottleProcessor)
      • removeDistributedThrottleProcessorInstance

        protected void removeDistributedThrottleProcessorInstance​(DistributedThrottleProcessor distributedThrottleProcessor)