org.apache.activemq.util
Class StringToListOfActiveMQDestinationConverter
java.lang.Object
org.apache.activemq.util.StringToListOfActiveMQDestinationConverter
public class StringToListOfActiveMQDestinationConverter
- extends java.lang.Object
Special converter for String -> List to be used instead of a
java.beans.PropertyEditor which otherwise causes
memory leaks as the JDK java.beans.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 java.util.List<ActiveMQDestination> convertToActiveMQDestination(java.lang.Object value)
convertFromActiveMQDestination
public static java.lang.String convertFromActiveMQDestination(java.lang.Object value)
Copyright © 2005-2015 Red Hat, Inc.. All Rights Reserved.