|
2009-01-09 1.2.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(byte[] bytes0,
byte[] bytes1)
Matches with the specified bytes0 and bytes1 parameters and return the boolean result. |
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.matches(byte[],byte[])
public boolean matches(byte[] bytes0,
byte[] bytes1)
matches in interface FilterServicebytes0 - The bytes0 (byte[]) parameter.bytes1 - The bytes1 (byte[]) parameter.
boolean) value.matches(MessageService,MessageService)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||