Uses of Interface
org.wildfly.clustering.group.Group
-
Packages that use Group Package Description org.wildfly.clustering.dispatcher Public clustering API which facilitates remote command execution on the cluster.org.wildfly.clustering.provider Public clustering API for registering services on a group of nodes.org.wildfly.clustering.registry Public clustering API for clustered registry that stores a unique key/value pair per node. -
-
Uses of Group in org.wildfly.clustering.dispatcher
Methods in org.wildfly.clustering.dispatcher that return Group Modifier and Type Method Description GroupCommandDispatcherFactory. getGroup()Returns the group upon which the this command dispatcher operates. -
Uses of Group in org.wildfly.clustering.provider
Methods in org.wildfly.clustering.provider that return Group Modifier and Type Method Description GroupServiceProviderRegistry. getGroup()Returns the group with which to register service providers. -
Uses of Group in org.wildfly.clustering.registry
Methods in org.wildfly.clustering.registry that return Group Modifier and Type Method Description GroupRegistry. getGroup()Returns the group associated with this factory.
-