Class ProxyFilter

  • All Implemented Interfaces:
    IAsyncFilter

    public class ProxyFilter
    extends java.lang.Object
    implements IAsyncFilter
    Test if a class is a proxy.
    • Field Detail

      • PROXYFILTER

        public static final IAsyncFilter PROXYFILTER
        Static proxy filter instance.
    • Constructor Detail

      • ProxyFilter

        public ProxyFilter()
    • Method Detail

      • filter

        public IFuture<java.lang.Boolean> filter​(java.lang.Object obj)
        Test if service is a remote proxy.
        Specified by:
        filter in interface IAsyncFilter
        Returns:
        True, if passes the filter.
      • hashCode

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

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