Uses of Class
org.jgroups.ensemble.Hot_Error

Packages that use Hot_Error
org.jgroups.ensemble   
 

Uses of Hot_Error in org.jgroups.ensemble
 

Methods in org.jgroups.ensemble that return Hot_Error
 Hot_Error Hot_Ensemble.join(Hot_JoinOps jops, Hot_GroupContext[] gctx)
          Join the Ensemble group specified in the Hot_JoinOps structure
 Hot_Error Hot_Ensemble.leave(Hot_GroupContext gc)
          Leave the Ensemble group specified in the Hot_GroupContext
 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
 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
 Hot_Error Hot_Ensemble.suspect(Hot_GroupContext gc, Hot_Endpoint[] suspects)
          NOT SUPPORTED CURRENTLY IN THE ML
 Hot_Error Hot_Ensemble.changeProtocol(Hot_GroupContext gc, java.lang.String protocol)
          Change the protocol used by the group specified by the Hot_GroupContext to the protocol specified by the String
 Hot_Error Hot_Ensemble.changeProperties(Hot_GroupContext gc, java.lang.String properties)
          Change the properties of the group specified by the Hot_GroupContext to the properties specified by the String
 Hot_Error Hot_Ensemble.requestNewView(Hot_GroupContext gc)
          Request a new view in the group specified by the Hot_GroupContext
 



Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.