Uses of Interface
org.wildfly.clustering.Registration
-
Packages that use Registration Package Description org.wildfly.clustering org.wildfly.clustering.provider Public clustering API for registering services on a group of nodes. -
-
Uses of Registration in org.wildfly.clustering
Methods in org.wildfly.clustering that return Registration Modifier and Type Method Description RegistrationRegistrar. register(T object)Registers an object. -
Uses of Registration in org.wildfly.clustering.provider
Subinterfaces of Registration in org.wildfly.clustering.provider Modifier and Type Interface Description interfaceServiceProviderRegistration<T>Registration of a provided service.
-