|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface enables members to receive ack messages in response
to multicasts. When a message is delivered, upcall methods
Method Summary | |
void |
ack(MemberId id,
int pos,
java.lang.Object obj)
Upcalls invoked by Jgroup to notify the ack listener that the member identified by id has responded with obj to the multicast message associated with this ack listener. |
void |
notifyView(View view)
Upcalls invoked by Jgroup to notify the ack listener about the view in which the multicast message is delivered. |
void |
viewChange()
Upcalls invoked by Jgroup to notify the ack listener that a new view has been installed after the view in which the message has been delivered. |
Method Detail |
public void notifyView(View view)
view
- the view in which the multicast message is
deliveredpublic void ack(MemberId id, int pos, java.lang.Object obj)
Member id is contained in the view notified by notifyView.
id
- the identifier of the member responding to the
multicast messagepos
- position of the member in the last installed viewobj
- the response messagepublic void viewChange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |