public class SenderRoleFilter extends java.lang.Object implements MessageFilter
| Constructor and Description |
|---|
SenderRoleFilter(java.lang.String community,
java.lang.String group,
java.lang.String role)
a new filter that acts according to the sender's CGR location.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Message m)
Tests if a specified message matches the requirement.
|
public SenderRoleFilter(java.lang.String community,
java.lang.String group,
java.lang.String role)
community - group - role - the role that the sender must havepublic boolean accept(Message m)
MessageFilteraccept in interface MessageFilterm - the message to test.true if and only if the message matches the requirement.
Fabien Michel, Olivier Gutknecht, Jacques Ferber - September 9 2019