Uses of Interface
org.wildfly.discovery.ServiceRegistration
Packages that use ServiceRegistration
-
Uses of ServiceRegistration in org.wildfly.discovery
Classes in org.wildfly.discovery that implement ServiceRegistrationModifier and TypeClassDescriptionclassAn aggregate service registration.Fields in org.wildfly.discovery declared as ServiceRegistrationModifier and TypeFieldDescriptionstatic final ServiceRegistrationServiceRegistration.EMPTYAn empty service registration handle, which has no effect.Methods in org.wildfly.discovery that return ServiceRegistrationModifier and TypeMethodDescriptionstatic ServiceRegistrationServiceRegistration.aggregate(ServiceRegistration... registrations) Create an aggregate of registrations which are all controlled as one.ServiceRegistry.registerService(ServiceURL serviceURL) Register a service URL.ServiceRegistry.registerServices(ServiceURL... serviceURLs) Register a group of service URLs to be controlled with a single handle.Methods in org.wildfly.discovery with parameters of type ServiceRegistrationModifier and TypeMethodDescriptionstatic ServiceRegistrationServiceRegistration.aggregate(ServiceRegistration... registrations) Create an aggregate of registrations which are all controlled as one.Constructors in org.wildfly.discovery with parameters of type ServiceRegistrationModifierConstructorDescriptionprotectedAggregateServiceRegistration(ServiceRegistration... registrations) Construct a new instance. -
Uses of ServiceRegistration in org.wildfly.discovery.impl
Methods in org.wildfly.discovery.impl that return ServiceRegistrationModifier and TypeMethodDescriptionAggregateRegistryProvider.registerService(ServiceURL serviceURL) LocalRegistryAndDiscoveryProvider.registerService(ServiceURL serviceURL) MutableRegistryProvider.registerService(ServiceURL serviceURL) AggregateRegistryProvider.registerServices(ServiceURL... serviceURLs) LocalRegistryAndDiscoveryProvider.registerServices(ServiceURL... serviceURLs) MutableRegistryProvider.registerServices(ServiceURL... serviceURLs) -
Uses of ServiceRegistration in org.wildfly.discovery.spi
Methods in org.wildfly.discovery.spi that return ServiceRegistrationModifier and TypeMethodDescriptionRegistryProvider.registerService(ServiceURL serviceURL) Register a service with this provider.default ServiceRegistrationRegistryProvider.registerServices(ServiceURL... serviceURLs) Register multiple services with this provider at once.