|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageSender
Abstract away message submission. e.g. either via channel directly or using message dispatcher
Method Summary | |
---|---|
org.jgroups.Address |
getAddress()
Get sender's address. |
org.jgroups.View |
getView()
Get current view. |
void |
send(org.jgroups.Message message)
Send message. |
void |
start()
Start sender. |
void |
stop()
Stop sender. |
Method Detail |
---|
void start()
void stop()
void send(org.jgroups.Message message) throws Exception
message
- the JGroups message
Exception
- for any errororg.jgroups.Address getAddress()
org.jgroups.View getView()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |