Uses of Class
org.apache.sandesha2.workers.SandeshaThread

Packages that use SandeshaThread
org.apache.sandesha2.polling   
org.apache.sandesha2.storage   
org.apache.sandesha2.storage.inmemory   
org.apache.sandesha2.storage.jdbc   
org.apache.sandesha2.workers   
 

Uses of SandeshaThread in org.apache.sandesha2.polling
 

Subclasses of SandeshaThread in org.apache.sandesha2.polling
 class PollingManager
          This class is responsible for sending MakeConnection requests.
 

Uses of SandeshaThread in org.apache.sandesha2.storage
 

Methods in org.apache.sandesha2.storage that return SandeshaThread
abstract  SandeshaThread StorageManager.getInvoker()
          Get the invoker that hands inbound messages over to the application.
abstract  SandeshaThread StorageManager.getSender()
           
 

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

Methods in org.apache.sandesha2.storage.inmemory that return SandeshaThread
 SandeshaThread InMemoryStorageManager.getInvoker()
          Gets the Invoker for this Storage manager
 SandeshaThread InMemoryStorageManager.getSender()
          Gets the Sender for this Storage manager
 

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

Methods in org.apache.sandesha2.storage.jdbc that return SandeshaThread
 SandeshaThread PersistentStorageManager.getInvoker()
           
 SandeshaThread PersistentStorageManager.getSender()
           
 

Uses of SandeshaThread in org.apache.sandesha2.workers
 

Subclasses of SandeshaThread in org.apache.sandesha2.workers
 class Invoker
          This is used when InOrder invocation is required.
 class Sender
          This is responsible for sending and re-sending messages of Sandesha2.
 



Copyright © The Apache Software Foundation. All Rights Reserved.