当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
ClusteringTargetsRepository (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.ha.framework.interfaces
Class ClusteringTargetsRepository
java.lang.Object
org.jboss.ha.framework.interfaces.ClusteringTargetsRepository
- public class ClusteringTargetsRepository
- extends Object
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.
- Version:
- $Revision: 1.5 $
Revisions:
2002/08/23, Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
FamilyClusterInfo
,
FamilyClusterInfoImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
families
protected static Hashtable families
initTarget
public static FamilyClusterInfo initTarget(String familyName,
ArrayList targets)
initTarget
public static FamilyClusterInfo initTarget(String familyName,
ArrayList targets,
long viewId)
getFamilyClusterInfo
public static FamilyClusterInfo getFamilyClusterInfo(String familyName)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.