Uses of Class
org.apache.sandesha2.polling.PollingManager

Packages that use PollingManager
org.apache.sandesha2.storage   
org.apache.sandesha2.storage.inmemory   
org.apache.sandesha2.storage.jdbc   
 

Uses of PollingManager in org.apache.sandesha2.storage
 

Methods in org.apache.sandesha2.storage that return PollingManager
abstract  PollingManager StorageManager.getPollingManager()
          Get the thread that generates polling requests to send to remote endpoints.
 

Uses of PollingManager in org.apache.sandesha2.storage.inmemory
 

Methods in org.apache.sandesha2.storage.inmemory that return PollingManager
 PollingManager InMemoryStorageManager.getPollingManager()
          Gets the PollingManager for this Storage manager
 

Uses of PollingManager in org.apache.sandesha2.storage.jdbc
 

Methods in org.apache.sandesha2.storage.jdbc that return PollingManager
 PollingManager PersistentStorageManager.getPollingManager()
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.