SMom
Class CEnvelopeTrace

java.lang.Object
  |
  +--SMom.CEnvelopeTrace

public class CEnvelopeTrace
extends java.lang.Object

Classe contenente informazioni utili per la tracciabilità della lettera.

Le informazioni utili per la tracciabilità della Envelope vengono aggiunte da Dispatcher e MsgManager di ricezione.

Version:
0.1 - Settembre 2004
Author:
Giorgio Bernardi.
E-Mail: Giorgio.Bernardi@studio.unibo.it

Constructor Summary
CEnvelopeTrace()
          Costruttore vuoto
CEnvelopeTrace(java.lang.String RemoteMsgManagerAddress)
          Crea un nuovo pacchetto di traccia impostando il MsgManager remoto che ha inviato il messaggio
 
Method Summary
 IDispatcher getLocalDispatcher()
          Identificativo del dispatcher che ha consegnato il messaggio.
 IMsgManager getLocalMsgManager()
          Identificativo del Manager che ha consegnato il messaggio.
 java.lang.String getRemoteMsgManagerAddress()
          Identificativo del Manager remoto che ha consegnato il messaggio.
 void setLocalDispatcher(IDispatcher sndr)
          Identificativo del dispatcher che ha consegnato il messaggio.
 void setLocalMsgManager(IMsgManager sndr)
          Identificativo del Manager che ha consegnato il messaggio.
 void setRemoteMsgManagerAddress(java.lang.String sndr)
          Identificativo del Manager remoto che ha consegnato il messaggio Attributo utile per motivi di tracciabilità
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CEnvelopeTrace

public CEnvelopeTrace()
Costruttore vuoto


CEnvelopeTrace

public CEnvelopeTrace(java.lang.String RemoteMsgManagerAddress)
Crea un nuovo pacchetto di traccia impostando il MsgManager remoto che ha inviato il messaggio

Method Detail

getLocalDispatcher

public IDispatcher getLocalDispatcher()
Identificativo del dispatcher che ha consegnato il messaggio. Attributo utile per motivi di tracciabilità.


setLocalDispatcher

public void setLocalDispatcher(IDispatcher sndr)
Identificativo del dispatcher che ha consegnato il messaggio. Attributo utile per motivi di tracciabilità.


getLocalMsgManager

public IMsgManager getLocalMsgManager()
Identificativo del Manager che ha consegnato il messaggio. Attributo utile per motivi di tracciabilità.


setLocalMsgManager

public void setLocalMsgManager(IMsgManager sndr)
Identificativo del Manager che ha consegnato il messaggio. Attributo utile per motivi di tracciabilità


getRemoteMsgManagerAddress

public java.lang.String getRemoteMsgManagerAddress()
Identificativo del Manager remoto che ha consegnato il messaggio. Attributo utile per motivi di tracciabilità


setRemoteMsgManagerAddress

public void setRemoteMsgManagerAddress(java.lang.String sndr)
Identificativo del Manager remoto che ha consegnato il messaggio Attributo utile per motivi di tracciabilità



Copyright © 2004 Giorgio Bernardi. All Rights Reserved.