Uses of Interface
SMom.Dispatcher.IDispatcher

Packages that use IDispatcher
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. 
SMom.ObjectOriented   
 

Uses of IDispatcher in SMom
 

Methods in SMom that return IDispatcher
 IDispatcher CEnvelopeTrace.getLocalDispatcher()
          Identificativo del dispatcher che ha consegnato il messaggio.
 

Methods in SMom with parameters of type IDispatcher
 void CEnvelopeTrace.setLocalDispatcher(IDispatcher sndr)
          Identificativo del dispatcher che ha consegnato il messaggio.
 

Uses of IDispatcher in SMom.Dispatcher
 

Classes in SMom.Dispatcher that implement IDispatcher
 class CSinchronusAndSequentialDispatcher
          Semplice Dispatcher di messaggi sincrono e sequenziale.
 

Uses of IDispatcher in SMom.MsgManager
 

Methods in SMom.MsgManager that return IDispatcher
 IDispatcher IMsgManager.getDispatcher()
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 IDispatcher CTcpManager.getDispatcher()
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 IDispatcher CLocalManager.getDispatcher()
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 

Methods in SMom.MsgManager with parameters of type IDispatcher
 void IMsgManager.setDispatcher(IDispatcher dsptchr)
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 void CTcpManager.setDispatcher(IDispatcher dsptchr)
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 void CLocalManager.setDispatcher(IDispatcher dsptchr)
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 

Uses of IDispatcher in SMom.ObjectOriented
 

Methods in SMom.ObjectOriented that return IDispatcher
 IDispatcher CDynamicStub.getDispatcher()
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 

Methods in SMom.ObjectOriented with parameters of type IDispatcher
 void CDynamicStub.setDispatcher(IDispatcher dsptchr)
          Identificativo dell'oggetto che si occuperà di indirizzare i messaggi ai destinatari
 

Constructors in SMom.ObjectOriented with parameters of type IDispatcher
CDynamicStub(IDispatcher Dispatcher, java.lang.String RemoteMsgManagerAddress, java.lang.String RemoteSkeletonObjectID)
          Costruttore dello stub dinamico.
CDynamicStub(IDispatcher Dispatcher, java.lang.String RemoteMsgManagerAddress, java.lang.String RemoteSkeletonObjectID, java.lang.String StubID)
          Costruttore dello stub dinamico.
 



Copyright © 2004 Giorgio Bernardi. All Rights Reserved.