public class SearchMessageFilter extends MessageTypeFilter
| Constructor and Description |
|---|
SearchMessageFilter() |
SearchMessageFilter(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
getType() |
boolean |
matchRemaining(Message message)
Always returns true.
|
void |
setType(ObjectType objectType) |
java.lang.String |
toString() |
protected java.lang.String |
toStringInternal() |
addType, getMessageTypes, matchMessageType, setTypesapplyFilterUpdate, applyFilterUpdateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyFilterUpdatepublic SearchMessageFilter()
public SearchMessageFilter(ObjectType objectType)
public ObjectType getType()
public void setType(ObjectType objectType)
public boolean matchRemaining(Message message)
MessageTypeFiltermatchRemaining in interface IFiltermatchRemaining in class MessageTypeFilterpublic java.lang.String toString()
toString in class MessageTypeFilterprotected java.lang.String toStringInternal()
toStringInternal in class MessageTypeFilter