|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--SMom.CEnvelopeTrace
Classe contenente informazioni utili per la tracciabilità della lettera.
| 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 |
public CEnvelopeTrace()
public CEnvelopeTrace(java.lang.String RemoteMsgManagerAddress)
| Method Detail |
public IDispatcher getLocalDispatcher()
public void setLocalDispatcher(IDispatcher sndr)
public IMsgManager getLocalMsgManager()
public void setLocalMsgManager(IMsgManager sndr)
public java.lang.String getRemoteMsgManagerAddress()
public void setRemoteMsgManagerAddress(java.lang.String sndr)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||