|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.filter
Class NoLocalFilter

java.lang.Objectorg.activemq.filter.NoLocalFilter
- All Implemented Interfaces:
- Filter
- public class NoLocalFilter
- extends java.lang.Object
- implements Filter
- extends java.lang.Object
Checks that messages are not filtered by NoLocal
- Version:
- $Revision: 1.1.1.1 $
| Field Summary | |
private java.lang.String |
clientId
|
| 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 |
| Field Detail |
clientId
private java.lang.String clientId
| Constructor Detail |
NoLocalFilter
public NoLocalFilter(java.lang.String newClientId)
- Construct a NoLocalFilter
| Method Detail |
matches
public boolean matches(javax.jms.Message message) throws javax.jms.JMSException
- ensure messages are filtered if they have the same clientId
as the filter
isWildcard
public boolean isWildcard()
- Specified by:
isWildcardin interfaceFilter
|
|||||||||
| Home >> All >> org >> activemq >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.filter.NoLocalFilter