Class Hk2BridgeImpl.RemoveFilter

java.lang.Object
org.glassfish.hk2.extras.hk2bridge.internal.Hk2BridgeImpl.RemoveFilter
All Implemented Interfaces:
Filter
Enclosing class:
Hk2BridgeImpl

private static class Hk2BridgeImpl.RemoveFilter extends Object implements Filter
  • Field Details

    • localLocatorId

      private final long localLocatorId
    • localServiceId

      private final long localServiceId
  • Constructor Details

    • RemoveFilter

      private RemoveFilter(long localLocatorId, long localServiceId)
  • Method Details

    • 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