public abstract static class EnginePlugin.TransferFilter extends MessageTypeFilter
Constructor and Description |
---|
TransferFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
matchesMap(java.util.Map propMap,
Message msg)
Matches the property map to the message
|
boolean |
matchRemaining(Message msg)
Called when we know that the message type matches the filter,
to determine if the other message fields match the filter.
|
addType, getMessageTypes, matchMessageType, setTypes, toString, toStringInternal
applyFilterUpdate, applyFilterUpdate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
applyFilterUpdate
public boolean matchRemaining(Message msg)
matchRemaining
in interface IFilter
matchRemaining
in class MessageTypeFilter
msg
- public abstract boolean matchesMap(java.util.Map propMap, Message msg)
propMap
- passed in by the caller of the messagemsg
- the message sent by the caller