public class StringToListOfActiveMQDestinationConverter
extends java.lang.Object
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.Constructor and Description |
---|
StringToListOfActiveMQDestinationConverter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convertFromActiveMQDestination(java.lang.Object value) |
static java.util.List<ActiveMQDestination> |
convertToActiveMQDestination(java.lang.Object value) |
public StringToListOfActiveMQDestinationConverter()
public static java.util.List<ActiveMQDestination> convertToActiveMQDestination(java.lang.Object value)
public static java.lang.String convertFromActiveMQDestination(java.lang.Object value)
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.