Class Hk2BridgeImpl.RemoveFilter

  • All Implemented Interfaces:
    Filter
    Enclosing class:
    Hk2BridgeImpl

    private static class Hk2BridgeImpl.RemoveFilter
    extends java.lang.Object
    implements Filter
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RemoveFilter​(long localLocatorId, long localServiceId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(Descriptor d)
      Returns true if this filter matches the given object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • localLocatorId

        private final long localLocatorId
      • localServiceId

        private final long localServiceId
    • Constructor Detail

      • RemoveFilter

        private RemoveFilter​(long localLocatorId,
                             long localServiceId)
    • Method Detail

      • matches

        public boolean matches​(Descriptor d)
        Description copied from interface: Filter
        Returns true if this filter matches the given object
        Specified by:
        matches in interface Filter
        Parameters:
        d - The object to match against this filter. May not be null
        Returns:
        true if this filter matches the object