Uses of Interface
org.wildfly.clustering.provider.ServiceProviderRegistration.Listener
-
Packages that use ServiceProviderRegistration.Listener Package Description org.wildfly.clustering.provider Public clustering API for registering services on a group of nodes. -
-
Uses of ServiceProviderRegistration.Listener in org.wildfly.clustering.provider
Methods in org.wildfly.clustering.provider with parameters of type ServiceProviderRegistration.Listener Modifier and Type Method Description ServiceProviderRegistration<T>ServiceProviderRegistry. register(T service, ServiceProviderRegistration.Listener listener)Registers the local node as providing the specified service, using the specified listener.
-