Deprecated API


Contents
Deprecated Classes
org.apache.activemq.thread.Valve
            
 

Deprecated Exceptions
com.thoughtworks.xstream.XStream.InitializationException
          As of 1.3, use XStream.InitializationException instead 
 

Deprecated Methods
org.apache.activemq.transport.TransportFactory.bind(String, URI)
            
org.apache.activemq.console.filter.AmqMessagesQueryFilter.createConnection(URI)
          Use createConnection() instead, and pass the url to the ConnectionFactory when it's created. 
org.apache.activemq.selector.SimpleCharStream.getColumn()
           
org.apache.activemq.selector.SimpleCharStream.getLine()
           
org.apache.activemq.command.ConsumerInfo.getSubcriptionName()
            
org.apache.activemq.broker.TransportConnector.setBrokerName(String)
          use the TransportConnector.setBrokerService(BrokerService) method instead. 
org.apache.activemq.xbean.XBeanBrokerService.setDestroyApplicationContextOnShutdown(boolean)
           
org.apache.activemq.xbean.XBeanBrokerService.setDestroyApplicationContextOnStop(boolean)
           
org.apache.activemq.transport.tcp.SslTransportFactory.setKeyAndTrustManagers(KeyManager[], TrustManager[], SecureRandom)
          "Do not use anymore... using static initializers like this method only allows the JVM to use 1 SSL configuration per broker." 
org.apache.activemq.command.ConsumerInfo.setSubcriptionName(String)
            
 

Deprecated Constructors
com.thoughtworks.xstream.XStream.InitializationException(String)
          As of 1.3, use XStream.InitializationException instead 
com.thoughtworks.xstream.XStream.InitializationException(String, Throwable)
          As of 1.3, use XStream.InitializationException instead 
com.thoughtworks.xstream.XStream(ReflectionProvider, Mapper, HierarchicalStreamDriver)
          As of 1.3, use XStream.XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader, Mapper) instead 
 



Copyright © 2005-2016. All Rights Reserved.