|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.filter.Filters
public class Filters
The Filters class handles muliple filter objects.
| Constructor Summary | |
|---|---|
Filters(FilterService[] filters)
Constructs an instance of this class from the specified filters parameter. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares two objects for equality. |
int |
hashCode()
Generates a hash code for the receiver. |
boolean |
matches(MessageService message0,
MessageService message1)
Perform the matches method and return the boolean result. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filters(FilterService[] filters)
filters - The filters (FilterService[]) parameter.| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the Object to compare with
Hashtablepublic int hashCode()
hashCode in class java.lang.ObjectHashtable
public boolean matches(MessageService message0,
MessageService message1)
boolean result.
matches in interface FilterServicemessage0 - org.eclipse.soda.dk.message.service.MessageServicemessage1 - org.eclipse.soda.dk.message.service.MessageService
boolean) value.FilterService.matches(org.eclipse.soda.dk.message.service.MessageService, org.eclipse.soda.dk.message.service.MessageService)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||