Uses of Interface
SMom.MsgManager.IMsgManager

Packages that use IMsgManager
SMom Package di riferimento per il progetto Simple Message Oriented Middleware
SMom.Dispatcher Il package contiene i dispatcher dei messaggi. 
SMom.MsgManager Il package contiene i gestori dei messaggi. 
 

Uses of IMsgManager in SMom
 

Methods in SMom that return IMsgManager
 IMsgManager CEnvelopeTrace.getLocalMsgManager()
          Identificativo del Manager che ha consegnato il messaggio.
 

Methods in SMom with parameters of type IMsgManager
 void CEnvelopeTrace.setLocalMsgManager(IMsgManager sndr)
          Identificativo del Manager che ha consegnato il messaggio.
 

Uses of IMsgManager in SMom.Dispatcher
 

Methods in SMom.Dispatcher that return IMsgManager
 IMsgManager IDispatcher.getMsgManager()
          Identificativo dell'oggetto che si occuperà di spedire i messaggi ai destinatari
 IMsgManager CSinchronusAndSequentialDispatcher.getMsgManager()
          Identificativo dell'oggetto che si occuperà di spedire i messaggi ai destinatari
 

Methods in SMom.Dispatcher with parameters of type IMsgManager
 void IDispatcher.setMsgManager(IMsgManager dsptchr)
          Identificativo dell'oggetto che si occuperà di spedire i messaggi ai destinatari
 void CSinchronusAndSequentialDispatcher.setMsgManager(IMsgManager msgMngr)
          Identificativo dell'oggetto che si occuperà di spedire i messaggi ai destinatari
 

Uses of IMsgManager in SMom.MsgManager
 

Classes in SMom.MsgManager that implement IMsgManager
 class CLocalManager
          Manager utilizzabile all'interno di una singola applicazione per inviare messaggi ad oggetti locali.
 class CTcpManager
          Manager utilizzabile per connettere due applicazioni differenti via IP
Il manager funge da Server su porta TCP per ricevere i messaggi.
 



Copyright © 2004 Giorgio Bernardi. All Rights Reserved.