|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SandeshaThread | |
org.apache.sandesha2.polling | |
org.apache.sandesha2.storage | |
org.apache.sandesha2.storage.inmemory | |
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.getSender()
|
abstract SandeshaThread |
StorageManager.getInvoker()
Get the invoker that hands inbound messages over to the application. |
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.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |