org.apache.activemq.filter
Class DestinationPath
java.lang.Object
org.apache.activemq.filter.DestinationPath
public final class DestinationPath
- extends Object
Helper class for decomposing a Destination into a number of paths
|
Field Summary |
protected static char |
SEPARATOR
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR
protected static final char SEPARATOR
- See Also:
- Constant Field Values
getDestinationPaths
public static String[] getDestinationPaths(String subject)
getDestinationPaths
public static String[] getDestinationPaths(Message message)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
getDestinationPaths
public static String[] getDestinationPaths(ActiveMQDestination destination)
toString
public static String toString(String[] paths)
- Converts the paths to a single String seperated by dots.
- Parameters:
paths -
- Returns:
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.