|
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.Filter
public class Filter
The Filter class implements the FilterService interface.
FilterService| Constructor Summary | |
|---|---|
Filter(byte[] mask)
Constructs an Filter object using the input parameter(s). |
|
| Method Summary | |
|---|---|
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter(byte[] mask)
Filter object using the input parameter(s).
mask - byte[]| Method Detail |
|---|
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 | |||||||||