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