|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Dichiara i metodi per operare sull'insieme di news postate ad un RM.
Method Summary | |
java.util.List |
getList()
Restituisce una lista di intestazioni dei messaggi postati sul RM. |
Messaggio |
getMsg(MsgHeader mh)
Restituisce un messaggio postato in precedenza nel RM data la sua intestazione. |
MsgBody |
getMsgBody(MsgHeader mh)
Restituisce un il corpo di un messaggio postato in precedenza nel RM data la sua intestazione. |
void |
putMsg(Messaggio msg)
Memorizza un messaggio postato da un FE. |
Method Detail |
public void putMsg(Messaggio msg) throws java.lang.Exception
msg
- messaggio postato dal FE.public Messaggio getMsg(MsgHeader mh) throws MsgNotFoundException, java.lang.Exception
MsgNotFoundException
.mh
- header del messaggio che si vuole ottenere.public MsgBody getMsgBody(MsgHeader mh) throws MsgNotFoundException, java.lang.Exception
MsgNotFoundException
.mh
- header del messaggio che si vuole ottenere.public java.util.List getList() throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |