org.codehaus.activemq.filter
Class DestinationPath
java.lang.Object
org.codehaus.activemq.filter.DestinationPath
- public class DestinationPath
- extends java.lang.Object
Helper class for decomposing a Destination into a number of paths
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestinationPath
public DestinationPath()
getDestinationPaths
public static java.lang.String[] getDestinationPaths(java.lang.String subject)
getDestinationPaths
public static java.lang.String[] getDestinationPaths(Message message)
throws JMSException
- Throws:
JMSException
getDestinationPaths
public static java.lang.String[] getDestinationPaths(Destination destination)
toString
public static java.lang.String toString(java.lang.String[] paths)
- Converts the paths to a single String seperated by dots.
- Parameters:
paths
-
- Returns:
Copyright © 2004 Protique, Ltd.. All Rights Reserved.