|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.filter.DestinationFilter
org.apache.activemq.filter.SimpleDestinationFilter
public class SimpleDestinationFilter
Matches messages sent to an exact destination
Field Summary |
---|
Fields inherited from class org.apache.activemq.filter.DestinationFilter |
---|
ANY_CHILD, ANY_DESCENDENT |
Constructor Summary | |
---|---|
SimpleDestinationFilter(ActiveMQDestination destination)
|
Method Summary | |
---|---|
boolean |
isWildcard()
|
boolean |
matches(ActiveMQDestination destination)
|
Methods inherited from class org.apache.activemq.filter.DestinationFilter |
---|
evaluate, matches, parseFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDestinationFilter(ActiveMQDestination destination)
Method Detail |
---|
public boolean matches(ActiveMQDestination destination)
matches
in class DestinationFilter
public boolean isWildcard()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |