Class DataSourceServiceSupport

All Implemented Interfaces:
BrokerServiceAware, Lockable, org.apache.activemq.Service
Direct Known Subclasses:
JDBCPersistenceAdapter

public abstract class DataSourceServiceSupport extends LockableServiceSupport
A helper class which provides a factory method to create a default {@link DataSource) if one is not provided.
  • Constructor Details

    • DataSourceServiceSupport

      public DataSourceServiceSupport()
    • DataSourceServiceSupport

      public DataSourceServiceSupport(DataSource dataSource)
  • Method Details