Class ImmediateLocalLocatorFilter

  • All Implemented Interfaces:
    Filter

    public class ImmediateLocalLocatorFilter
    extends Object
    implements Filter
    Filter only picks up local services
    Author:
    jwells
    • Constructor Detail

      • ImmediateLocalLocatorFilter

        public ImmediateLocalLocatorFilter​(long locatorId)
    • 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