Uses of Interface
org.wildfly.clustering.server.local.LocalGroup
Packages that use LocalGroup
Package
Description
-
Uses of LocalGroup in org.wildfly.clustering.server.local
Methods in org.wildfly.clustering.server.local that return LocalGroupModifier and TypeMethodDescriptionstatic LocalGroupCreates a local group with the specified group and member names. -
Uses of LocalGroup in org.wildfly.clustering.server.local.dispatcher
Methods in org.wildfly.clustering.server.local.dispatcher that return LocalGroupMethods in org.wildfly.clustering.server.local.dispatcher with parameters of type LocalGroupModifier and TypeMethodDescriptionLocalCommandDispatcherFactory.of(LocalGroup group) Returns a local command dispatcher factory for the specified group. -
Uses of LocalGroup in org.wildfly.clustering.server.local.provider
Methods in org.wildfly.clustering.server.local.provider that return LocalGroupMethods in org.wildfly.clustering.server.local.provider with parameters of type LocalGroupModifier and TypeMethodDescriptionstatic <T> LocalServiceProviderRegistrar<T> LocalServiceProviderRegistrar.of(LocalGroup group) Creates a local service provider registrar for the specified group. -
Uses of LocalGroup in org.wildfly.clustering.server.local.registry
Methods in org.wildfly.clustering.server.local.registry that return LocalGroupMethods in org.wildfly.clustering.server.local.registry with parameters of type LocalGroupModifier and TypeMethodDescriptionstatic <K,V> LocalRegistry <K, V> LocalRegistry.of(LocalGroup group, Map.Entry<K, V> entry, Runnable closeTask) Creates a local registry with the specified group and registry entry.