Class Hk2BridgeImpl.NoLocalNoRemoteFilter

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

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

    • remoteLocatorId

      private final long remoteLocatorId
  • Constructor Details

    • NoLocalNoRemoteFilter

      private NoLocalNoRemoteFilter(long remoteId)
  • 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