|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activemq.filter.NoLocalFilter
Checks that messages are not filtered by NoLocal
Constructor Summary | |
NoLocalFilter(java.lang.String newClientId)
Construct a NoLocalFilter |
Method Summary | |
boolean |
isWildcard()
|
boolean |
matches(Message message)
ensure messages are filtered if they have the same clientId as the filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoLocalFilter(java.lang.String newClientId)
newClientId
- Method Detail |
public boolean matches(Message message) throws JMSException
matches
in interface Filter
message
- - the message to match
JMSException
public boolean isWildcard()
isWildcard
in interface Filter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |