Class ProxyFilter

java.lang.Object
jadex.providedservice.impl.search.ProxyFilter
All Implemented Interfaces:
jadex.model.IAsyncFilter<Object>

public class ProxyFilter extends Object implements jadex.model.IAsyncFilter<Object>
Test if a class is a remote proxy.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jadex.model.IAsyncFilter

    jadex.model.IAsyncFilter.AlwaysFilter<E>, jadex.model.IAsyncFilter.NeverFilter<E>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final jadex.model.IAsyncFilter<Object>
    Static proxy filter instance.

    Fields inherited from interface jadex.model.IAsyncFilter

    ALWAYS, NEVER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Test if an object is equal to this.
    jadex.future.IFuture<Boolean>
    Test if service is a remote proxy.
    int
    Get the hashcode.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROXYFILTER

      public static final jadex.model.IAsyncFilter<Object> PROXYFILTER
      Static proxy filter instance.
  • Constructor Details

    • ProxyFilter

      public ProxyFilter()
  • Method Details

    • filter

      public jadex.future.IFuture<Boolean> filter(Object obj)
      Test if service is a remote proxy.
      Specified by:
      filter in interface jadex.model.IAsyncFilter<Object>
    • hashCode

      public int hashCode()
      Get the hashcode.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Test if an object is equal to this.
      Overrides:
      equals in class Object