Class AbstractJmsMessageSenderProvider.ConnectionFactoryLoader

  • Enclosing class:
    AbstractJmsMessageSenderProvider

    protected class AbstractJmsMessageSenderProvider.ConnectionFactoryLoader
    extends com.google.common.cache.CacheLoader<java.net.URI,​javax.jms.ConnectionFactory>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader

        com.google.common.cache.CacheLoader.InvalidCacheLoadException, com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.jms.ConnectionFactory load​(java.net.URI serverUri)  
      • Methods inherited from class com.google.common.cache.CacheLoader

        asyncReloading, from, from, loadAll, reload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionFactoryLoader

        protected ConnectionFactoryLoader()
    • Method Detail

      • load

        public javax.jms.ConnectionFactory load​(java.net.URI serverUri)
                                         throws java.lang.Exception
        Specified by:
        load in class com.google.common.cache.CacheLoader<java.net.URI,​javax.jms.ConnectionFactory>
        Throws:
        java.lang.Exception