Uses of Class
org.jgroups.ensemble.Hot_GroupContext

Packages that use Hot_GroupContext
org.jgroups   
org.jgroups.ensemble   
 

Uses of Hot_GroupContext in org.jgroups
 

Methods in org.jgroups with parameters of type Hot_GroupContext
 void EnsChannel.receiveCast(Hot_GroupContext gctx, java.lang.Object env, Hot_Endpoint origin, Hot_Message msg)
           
 void EnsChannel.receiveSend(Hot_GroupContext gctx, java.lang.Object env, Hot_Endpoint origin, Hot_Message msg)
           
 void EnsChannel.acceptedView(Hot_GroupContext gctx, java.lang.Object env, Hot_ViewState viewState)
           
 void EnsChannel.heartbeat(Hot_GroupContext gctx, java.lang.Object env, int rate)
           
 void EnsChannel.block(Hot_GroupContext gctx, java.lang.Object env)
           
 void EnsChannel.exit(Hot_GroupContext gctx, java.lang.Object env)
           
 

Uses of Hot_GroupContext in org.jgroups.ensemble
 

Fields in org.jgroups.ensemble declared as Hot_GroupContext
 Hot_GroupContext Hot_GroupContext.next
           
 

Methods in org.jgroups.ensemble that return Hot_GroupContext
static Hot_GroupContext Hot_GroupContext.alloc()
           
static Hot_GroupContext Hot_GroupContext.lookup(int id)
           
 

Methods in org.jgroups.ensemble with parameters of type Hot_GroupContext
static void Hot_GroupContext.release(Hot_GroupContext gc)
           
 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
 void Hot_Callbacks.receiveCast(Hot_GroupContext gctx, java.lang.Object env, Hot_Endpoint origin, Hot_Message msg)
          Called when Ensemble receives a Cast from your group
 void Hot_Callbacks.receiveSend(Hot_GroupContext gctx, java.lang.Object env, Hot_Endpoint origin, Hot_Message msg)
          Called when Ensemble receives a point-to-point message for you
 void Hot_Callbacks.acceptedView(Hot_GroupContext gctx, java.lang.Object env, Hot_ViewState viewState)
          Called to update you with the new view
 void Hot_Callbacks.heartbeat(Hot_GroupContext gctx, java.lang.Object env, int rate)
          Called to issue you a heartbeat
 void Hot_Callbacks.block(Hot_GroupContext gctx, java.lang.Object env)
          Called to let you know Ensemble is blocking
 void Hot_Callbacks.exit(Hot_GroupContext gctx, java.lang.Object env)
          Called upon an Exit
 



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