Package jadex.bridge.service.search
Class ProxyFilter
- java.lang.Object
- 
- jadex.bridge.service.search.ProxyFilter
 
- 
- All Implemented Interfaces:
- IAsyncFilter
 
 public class ProxyFilter extends java.lang.Object implements IAsyncFilter Test if a class is a proxy.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface jadex.commons.IAsyncFilterIAsyncFilter.AlwaysFilter<E>, IAsyncFilter.NeverFilter<E>
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static IAsyncFilterPROXYFILTERStatic proxy filter instance.- 
Fields inherited from interface jadex.commons.IAsyncFilterALWAYS, NEVER
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProxyFilter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(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.inthashCode()Get the hashcode.
 
- 
- 
- 
Field Detail- 
PROXYFILTERpublic static final IAsyncFilter PROXYFILTER Static proxy filter instance.
 
- 
 - 
Method Detail- 
filterpublic IFuture<java.lang.Boolean> filter(java.lang.Object obj) Test if service is a remote proxy.- Specified by:
- filterin interface- IAsyncFilter
- Returns:
- True, if passes the filter.
 
 - 
hashCodepublic int hashCode() Get the hashcode.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Test if an object is equal to this.- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-