站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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:

  • First implementation
Author:
Sacha Labourey.
See Also:
FamilyClusterInfo, FamilyClusterInfoImpl

Field Summary
protected static Hashtable families
           
 
Method Summary
static FamilyClusterInfo getFamilyClusterInfo(String familyName)
           
static FamilyClusterInfo initTarget(String familyName, ArrayList targets)
           
static FamilyClusterInfo initTarget(String familyName, ArrayList targets, long viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

families

protected static Hashtable families
Method Detail

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.