Uses of Class
org.apache.catalina.tribes.membership.Membership.MbrEntry

Packages that use Membership.MbrEntry
org.apache.catalina.tribes.membership   
 

Uses of Membership.MbrEntry in org.apache.catalina.tribes.membership
 

Fields in org.apache.catalina.tribes.membership with type parameters of type Membership.MbrEntry
protected  java.util.HashMap<MemberImpl,Membership.MbrEntry> Membership.map
          A map of all the members in the cluster.
 

Methods in org.apache.catalina.tribes.membership that return Membership.MbrEntry
 Membership.MbrEntry Membership.addMember(MemberImpl member)
          Add a member to this component and sort array with memberComparator
protected  Membership.MbrEntry[] Membership.getMemberEntries()
          get a copy from all member entries
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.