org.apache.activemq.util
Class StringToListOfActiveMQDestinationConverter

java.lang.Object
  extended by 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.


Constructor Summary
StringToListOfActiveMQDestinationConverter()
           
 
Method Summary
static java.lang.String convertFromActiveMQDestination(java.lang.Object value)
           
static java.util.List<ActiveMQDestination> convertToActiveMQDestination(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringToListOfActiveMQDestinationConverter

public StringToListOfActiveMQDestinationConverter()
Method Detail

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.