Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.framework » interfaces » [javadoc | source]
org.jboss.ha.framework.interfaces
public class: FamilyClusterInfoImpl [javadoc | source]
java.lang.Object
   org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl

All Implemented Interfaces:
    FamilyClusterInfo

Default implementation of FamilyClusterInfo
Field Summary
public  String familyName     
 ArrayList targets     
 long currentViewId     
 boolean isViewMembersInSyncWithViewId     
 int cursor     
 Object arbitraryObject     
Constructor:
 protected FamilyClusterInfoImpl(String familyName,
    ArrayList targets,
    long viewId) 
Method from org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl Summary:
currentMembershipInSyncWithViewId,   equals,   getCurrentViewId,   getCursor,   getFamilyName,   getObject,   getTargets,   hashCode,   removeDeadTarget,   resetView,   setCursor,   setObject,   toString,   updateClusterInfo
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ha.framework.interfaces.FamilyClusterInfoImpl Detail:
 public boolean currentMembershipInSyncWithViewId() 
 public boolean equals(Object o) 
 public long getCurrentViewId() 
 public int getCursor() 
 public String getFamilyName() 
 public Object getObject() 
 public ArrayList getTargets() 
 public int hashCode() 
 public ArrayList removeDeadTarget(Object target) 
 public  void resetView() 
 public int setCursor(int cursor) 
 public Object setObject(Object whatever) 
 public String toString() 
 public ArrayList updateClusterInfo(ArrayList targets,
    long viewId)