Uses of Interface
org.wildfly.clustering.server.Registration
Packages that use Registration
Package
Description
-
Uses of Registration in org.wildfly.clustering.server
Fields in org.wildfly.clustering.server declared as RegistrationMethods in org.wildfly.clustering.server that return Registration -
Uses of Registration in org.wildfly.clustering.server.dispatcher
Subinterfaces of Registration in org.wildfly.clustering.server.dispatcherModifier and TypeInterfaceDescriptioninterfaceCommandDispatcher<M extends GroupMember,C> Dispatches commands for execution on members of a group. -
Uses of Registration in org.wildfly.clustering.server.provider
Subinterfaces of Registration in org.wildfly.clustering.server.providerModifier and TypeInterfaceDescriptioninterfaceServiceProviderRegistration<T,M extends GroupMember> Registration of a provided service. -
Uses of Registration in org.wildfly.clustering.server.registry
Subinterfaces of Registration in org.wildfly.clustering.server.registryModifier and TypeInterfaceDescriptioninterfaceRegistry<M extends GroupMember,K, V> Registry of entries specific to a group member.