org.apache.activemq.util
Class StringToListOfActiveMQDestinationConverter
java.lang.Object
org.apache.activemq.util.StringToListOfActiveMQDestinationConverter
public class StringToListOfActiveMQDestinationConverter
- extends Object
Special converter for String -> List to be used instead of a
PropertyEditor which otherwise causes
memory leaks as the JDK PropertyEditorManager
is a static class and has strong references to classes, causing
problems in hot-deployment environments.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringToListOfActiveMQDestinationConverter
public StringToListOfActiveMQDestinationConverter()
convertToActiveMQDestination
public static List<ActiveMQDestination> convertToActiveMQDestination(Object value)
convertFromActiveMQDestination
public static String convertFromActiveMQDestination(Object value)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.