org.apache.activemq.tool.spi
Interface SPIConnectionFactory

All Known Implementing Classes:
ActiveMQPojoSPI, ActiveMQReflectionSPI, ClassLoaderSPIConnectionFactory, ReflectionSPIConnectionFactory

public interface SPIConnectionFactory


Method Summary
 void configureConnectionFactory(javax.jms.ConnectionFactory jmsFactory, java.util.Properties settings)
           
 javax.jms.ConnectionFactory createConnectionFactory(java.util.Properties settings)
           
 

Method Detail

createConnectionFactory

javax.jms.ConnectionFactory createConnectionFactory(java.util.Properties settings)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

configureConnectionFactory

void configureConnectionFactory(javax.jms.ConnectionFactory jmsFactory,
                                java.util.Properties settings)
                                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.