Uses of Class
org.objectweb.tribe.common.Group

Packages that use Group
org.objectweb.tribe.channel Tribe channel package.  
org.objectweb.tribe.common Tribe common package.  
org.objectweb.tribe.faultdetection Tribe fault detection package.  
org.objectweb.tribe.gms Tribe GMS package.  
org.objectweb.tribe.gms.protocol Tribe GMS protocol package.  
org.objectweb.tribe.views Tribe views package.  
 

Uses of Group in org.objectweb.tribe.channel
 

Fields in org.objectweb.tribe.channel declared as Group
protected  Group ReliableGroupChannel.currentGroup
           
 

Methods in org.objectweb.tribe.channel that return Group
 Group ReliableGroupChannelWithGms.getGroup(GroupIdentifier gid)
          Get the group (including its members) corresponding to the given gid.
 Group ReliableGroupChannel.getCurrentGroup()
          Returns the current group we are connected to or null if we are not connected to any group.
 Group JGroupsReliableChannelWithGms.getCurrentGroup()
           
 

Methods in org.objectweb.tribe.channel with parameters of type Group
 void ReliableGroupChannelWithViews.groupComposition(Group g, Address sender)
           
 void ReliableGroupChannel.join(Group g)
          Join the group that has the given group identifier.
 void JGroupsReliableChannelWithGms.join(Group g)
           
 void JGroupsReliableChannel.join(Group g)
           
 

Uses of Group in org.objectweb.tribe.common
 

Methods in org.objectweb.tribe.common with parameters of type Group
 boolean Group.merge(Group other)
          Merge a group definition with another one
 

Uses of Group in org.objectweb.tribe.faultdetection
 

Methods in org.objectweb.tribe.faultdetection that return Group
 Group PingFaultDetectionService.removeGroup(Group group)
           
 Group FaultDetectionService.removeGroup(Group group)
          Stop detecting failure for this group
 

Methods in org.objectweb.tribe.faultdetection with parameters of type Group
 void PingFaultDetectionService.addGroup(Group group)
           
 Group PingFaultDetectionService.removeGroup(Group group)
           
 void FaultDetectionService.addGroup(Group group)
          Add a group to analyse
 Group FaultDetectionService.removeGroup(Group group)
          Stop detecting failure for this group
 

Uses of Group in org.objectweb.tribe.gms
 

Methods in org.objectweb.tribe.gms that return Group
 Group GroupMembershipService.getGroup(GroupIdentifier gid)
          Get the list of members in a group.
 

Methods in org.objectweb.tribe.gms with parameters of type Group
 void GroupMembershipService.groupComposition(Group g, Address sender)
           
 void GroupMembershipListener.groupComposition(Group g, Address sender)
          Callback when a member sends its view of a group composition.
 

Uses of Group in org.objectweb.tribe.gms.protocol
 

Constructors in org.objectweb.tribe.gms.protocol with parameters of type Group
GroupCompositionMessage(Group g, IpAddress replyAddress)
          Creates a new GroupDiscoveryMessage object used to join a group by the Group Membership Service.
 

Uses of Group in org.objectweb.tribe.views
 

Methods in org.objectweb.tribe.views with parameters of type Group
 void ViewListener.newView(Group g)
          Callback when a new view is installed.
 



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.