Uses of Interface
org.apache.sandesha.IStorageManager

Packages that use IStorageManager
org.apache.sandesha   
org.apache.sandesha.client   
org.apache.sandesha.server   
org.apache.sandesha.server.msgprocessors   
 

Uses of IStorageManager in org.apache.sandesha
 

Methods in org.apache.sandesha that return IStorageManager
static IStorageManager SandeshaContext.init(boolean client)
           
 

Uses of IStorageManager in org.apache.sandesha.client
 

Classes in org.apache.sandesha.client that implement IStorageManager
 class ClientStorageManager
          This is the storage manager for Client side in Sandesha Provides the access points for the SandeshaQueue.
 

Uses of IStorageManager in org.apache.sandesha.server
 

Classes in org.apache.sandesha.server that implement IStorageManager
 class ServerStorageManager
          ServerStorageManager is the access point for the SandeshaQueue from server side.
 

Methods in org.apache.sandesha.server that return IStorageManager
protected  IStorageManager RMInvokerWork.getStorageManager()
           
 

Methods in org.apache.sandesha.server with parameters of type IStorageManager
static IRMMessageProcessor RMMessageProcessorIdentifier.getMessageProcessor(RMMessageContext rmMessageContext, IStorageManager storageManager)
          This method will identify the messages.
protected  void RMInvokerWork.setStorageManager(IStorageManager storageManager)
           
 

Constructors in org.apache.sandesha.server with parameters of type IStorageManager
SenderWorker(IStorageManager storageManager)
           
Sender(IStorageManager storageManager)
           
 

Uses of IStorageManager in org.apache.sandesha.server.msgprocessors
 

Constructors in org.apache.sandesha.server.msgprocessors with parameters of type IStorageManager
TerminateSequenceProcessor(IStorageManager storageManger)
           
FaultProcessor(IStorageManager storageManager)
           
FaultProcessor(IStorageManager storageManager, AxisFault axisFault)
           
CreateSequenceResponseProcessor(IStorageManager storageManger)
           
CreateSequenceProcessor(IStorageManager storageManager)
           
CompositeProcessor(IStorageManager storageManger)
           
AcknowledgementProcessor(IStorageManager storageManager)