|
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.SimpleFilter
public class SimpleFilter
The SimpleFilter class implements the FilterService interface. Simple filters are filters that contain a byte mask that is all on (a mask of 0xff) for each byte in the mask.
FilterService| Constructor Summary | |
|---|---|
SimpleFilter(int index,
int size)
Constructs an SimpleFilter object using the input parameter(s). |
|
| Method Summary | |
|---|---|
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 SimpleFilter(int index,
int size)
SimpleFilter object using the input parameter(s).
index - Starting byte index to compare parameter.size - Size in bytes to compare parameter.| 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.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 | |||||||||