|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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(javax.jms.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(javax.jms.Message message)
throws javax.jms.JMSException
matches in interface Filtermessage - - the message to match
javax.jms.JMSExceptionpublic boolean isWildcard()
isWildcard in interface Filter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||