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, toStringInternalapplyFilterUpdate, applyFilterUpdate, getReceiveFilterTable, getResponderReceiveFilterTable, getResponderSendFilterTable, getSendFilterTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyFilterUpdate, getReceiveFilterTable, getResponderReceiveFilterTable, getResponderSendFilterTable, getSendFilterTablepublic boolean matchRemaining(Message msg)
matchRemaining in interface IFiltermatchRemaining in class MessageTypeFiltermsg - 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