public static interface MessageTemplate.MatchExpression extends Serializable
match()
the programmer
should realize the necessary checks on the ACLMessage in order
to return true if the message match with the application
specific requirements false otherwise.Modifier and Type | Method and Description |
---|---|
boolean |
match(ACLMessage msg)
Check whether a given ACL message matches this
template.
|
boolean match(ACLMessage msg)
msg
- The ACL message to match against this message
template.true
if the parameter ACL message matches the
template, and false
otherwise.