public class ProxyFilter extends java.lang.Object implements IAsyncFilter
IAsyncFilter.AlwaysFilter, IAsyncFilter.NeverFilter
Modifier and Type | Field and Description |
---|---|
static IAsyncFilter |
PROXYFILTER
Static proxy filter instance.
|
ALWAYS, NEVER
Constructor and Description |
---|
ProxyFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Test if an object is equal to this.
|
IFuture<java.lang.Boolean> |
filter(java.lang.Object obj)
Test if service is a remote proxy.
|
int |
hashCode()
Get the hashcode.
|
public static final IAsyncFilter PROXYFILTER
public IFuture<java.lang.Boolean> filter(java.lang.Object obj)
filter
in interface IAsyncFilter
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object