public static interface ServiceProviderRegistry.Listener
Modifier and Type | Method and Description |
---|---|
void |
serviceProvidersChanged(Set<ClusterNode> nodes,
boolean merge)
Indicates that the set of nodes providing a given service has changed.
|
void serviceProvidersChanged(Set<ClusterNode> nodes, boolean merge)
nodes
- the new set of nodes providing the given servicemerge
- indicates whether or not this provision change was the result of a network partition merge.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.