|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FamilyClusterInfo | |
---|---|
org.jboss.aspects.remoting | |
org.jboss.ha.client.loadbalance | |
org.jboss.ha.client.loadbalance.aop | |
org.jboss.ha.framework.interfaces |
Uses of FamilyClusterInfo in org.jboss.aspects.remoting |
---|
Methods in org.jboss.aspects.remoting that return FamilyClusterInfo | |
---|---|
FamilyClusterInfo |
FamilyWrapper.get()
|
Uses of FamilyClusterInfo in org.jboss.ha.client.loadbalance |
---|
Methods in org.jboss.ha.client.loadbalance with parameters of type FamilyClusterInfo | |
---|---|
Object |
RandomRobin.chooseTarget(FamilyClusterInfo clusterFamily)
|
Object |
LoadBalancePolicy.chooseTarget(FamilyClusterInfo clusterFamily)
Gets the target for the next remote call. |
Object |
FirstAvailable.chooseTarget(FamilyClusterInfo clusterFamily)
|
Object |
RoundRobin.chooseTarget(FamilyClusterInfo clusterFamily)
|
Object |
FirstAvailableIdenticalAllProxies.chooseTarget(FamilyClusterInfo clusterFamily)
|
Object |
AopLoadBalancePolicy.chooseTarget(FamilyClusterInfo clusterFamily,
org.jboss.aop.joinpoint.Invocation routingDecision)
Called when the stub wishes to know on which node the next invocation must be performed. |
Uses of FamilyClusterInfo in org.jboss.ha.client.loadbalance.aop |
---|
Methods in org.jboss.ha.client.loadbalance.aop with parameters of type FamilyClusterInfo | |
---|---|
Object |
FirstAvailable.chooseTarget(FamilyClusterInfo clusterFamily,
org.jboss.aop.joinpoint.Invocation invocation)
|
Object |
FirstAvailableIdenticalAllProxies.chooseTarget(FamilyClusterInfo clusterFamily,
org.jboss.aop.joinpoint.Invocation invocation)
|
Uses of FamilyClusterInfo in org.jboss.ha.framework.interfaces |
---|
Classes in org.jboss.ha.framework.interfaces that implement FamilyClusterInfo | |
---|---|
class |
FamilyClusterInfoImpl
Default implementation of FamilyClusterInfo |
Methods in org.jboss.ha.framework.interfaces that return FamilyClusterInfo | |
---|---|
static FamilyClusterInfo |
ClusteringTargetsRepository.getFamilyClusterInfo(String familyName)
Gets the FamilyClusterInfo registered under familyName . |
static FamilyClusterInfo |
ClusteringTargetsRepository.initTarget(String familyName,
List targets)
Same as initTarget(familyName, targets, 0L) |
static FamilyClusterInfo |
ClusteringTargetsRepository.initTarget(String familyName,
List targets,
long viewId)
Checks for the existence of a FamilyClusterInfo with the given name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |