Uses of Class org.jgroups.ensemble.Hot_Message

Uses in package org.jgroups.ensemble

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
Hot_Ensemble.cast(Hot_GroupContext gc, Hot_Message orig_msg, int[] send_view)
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
Hot_Ensemble.send(Hot_GroupContext gc, Hot_Endpoint dest, Hot_Message orig_msg, int[] send_view)
Send a Hot_Message to member specified by the Hot_Endpoint in the group specified by the Hot_GroupContext

Uses in package org.jgroups

Methods with parameter type org.jgroups.ensemble.Hot_Message

void
void

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.