Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.framework » interfaces » [javadoc | source]
org.jboss.ha.framework.interfaces
public class: ClusteringTargetsRepository [javadoc | source]
java.lang.Object
   org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
JVM singleton that associates a list of targets (+ other info) contained in a FamilyClusterInfo to a proxy family. For example All remote proxies for a given EJB in a given cluster are part of the same proxy family. Note that home and remote for a same EJB form *2* proxy families.
Field Summary
protected static  Hashtable families     
Method from org.jboss.ha.framework.interfaces.ClusteringTargetsRepository Summary:
getFamilyClusterInfo,   initTarget,   initTarget
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ha.framework.interfaces.ClusteringTargetsRepository Detail:
 public static FamilyClusterInfo getFamilyClusterInfo(String familyName) 
 public static synchronized FamilyClusterInfo initTarget(String familyName,
    ArrayList targets) 
 public static synchronized FamilyClusterInfo initTarget(String familyName,
    ArrayList targets,
    long viewId)