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