public class ServiceIdFilter extends java.lang.Object implements IAsyncFilter
IAsyncFilter.AlwaysFilter, IAsyncFilter.NeverFilter
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
sid
The service id.
|
ALWAYS, NEVER
Constructor and Description |
---|
ServiceIdFilter()
Create a new filter.
|
ServiceIdFilter(java.lang.Object sid)
Create a new filter.
|
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 proxy.
|
java.lang.Object |
getId()
Get the id.
|
int |
hashCode()
Get the hashcode.
|
void |
setId(java.lang.Object sid)
Set the id.
|
public ServiceIdFilter()
public ServiceIdFilter(java.lang.Object sid)
public java.lang.Object getId()
public void setId(java.lang.Object sid)
id
- The id to set.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