Class HookRegistry


  • public class HookRegistry
    extends java.lang.Object
    This registry holds all services implementing one of the hook services
    • Constructor Detail

      • HookRegistry

        public HookRegistry()
    • Method Detail

      • addHooks

        public void addHooks​(java.lang.String[] classNames,
                             java.lang.Object svcObj,
                             ServiceReference<?> ref)
        Check and add the service to the set of hooks
        Parameters:
        classNames - The service names
        svcObj - The service object
        ref - The service reference
      • updateHooks

        public void updateHooks​(ServiceReference<?> ref)
        Update the service ranking for a hook
        Parameters:
        ref - The service reference
      • removeHooks

        public void removeHooks​(ServiceReference<?> ref)
        Remove the service hooks
        Parameters:
        ref - The service reference
      • getHooks

        public <S> java.util.Set<ServiceReference<S>> getHooks​(java.lang.Class<S> hookClass)
        Return the sorted set of hooks
        Parameters:
        hookClass - The hook class
        Returns:
        The sorted set - the set might be empty
      • isHookBlackListed

        public boolean isHookBlackListed​(ServiceReference<?> sr)