|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.msgsys.Filter
atavism.msgsys.MessageTypeFilter
atavism.server.engine.EnginePlugin.TransferFilter
public abstract static class EnginePlugin.TransferFilter
Base class for message filters used for the transfer object subscription. You must extend the abstract method matchesMap().
EnginePlugin.registerTransferHook(Filter, Hook)| Constructor Summary | |
|---|---|
EnginePlugin.TransferFilter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class atavism.msgsys.MessageTypeFilter |
|---|
addType, getMessageTypes, matchMessageType, setTypes, toString, toStringInternal |
| Methods inherited from class atavism.msgsys.Filter |
|---|
applyFilterUpdate, applyFilterUpdate, getReceiveFilterTable, getResponderReceiveFilterTable, getResponderSendFilterTable, getSendFilterTable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface atavism.msgsys.IFilter |
|---|
applyFilterUpdate, getReceiveFilterTable, getResponderReceiveFilterTable, getResponderSendFilterTable, getSendFilterTable |
| Constructor Detail |
|---|
public EnginePlugin.TransferFilter()
| Method Detail |
|---|
public 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
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||