| Frames | No Frames | |
Methods with parameter type org.jgroups.ensemble.Hot_Message | |
| void | |
| void | |
Classes derived from org.jgroups.ensemble.Hot_Message | |
| class | This HOT Message class is a mechanism to transmit Java objects over ensemble. |
Constructors with parameter type org.jgroups.ensemble.Hot_Message | |
Takes the bytes contained within a Hot_Message object
(usually gotten from a standard ReceiveCast/Send upcall)
and interprets them as a serialized object. | |
Methods with parameter type org.jgroups.ensemble.Hot_Message | |
| Hot_Error | Broadcast a Hot_Message to the group specified in the Hot_GroupContext
|
| void | Called when Ensemble receives a Cast from your group
|
| void | Called when Ensemble receives a point-to-point message for you
|
| Hot_Error | Send a Hot_Message to member specified by the Hot_Endpoint in the group
specified by the Hot_GroupContext
|