Uses of Class
org.wildfly.discovery.ServiceURL
Packages that use ServiceURL
-
Uses of ServiceURL in org.wildfly.discovery
Methods in org.wildfly.discovery that return ServiceURLModifier and TypeMethodDescriptionServiceURL.Builder.create()Construct the service URL.ServicesQueue.pollService()Get the next entry from the queue without blocking.ServicesQueue.takeService()Get the next entry from the queue, blocking until one is available or the thread is interrupted.ServicesQueue.takeService(long timeout, TimeUnit timeUnit) Get the next entry from the queue, blocking until one is available or timeout expires.Methods in org.wildfly.discovery with parameters of type ServiceURLModifier and TypeMethodDescriptionbooleanServiceURL.equals(ServiceURL other) Determine whether this service URL is equal to the given object.booleanServiceType.implies(ServiceURL serviceURL) Determine if this service type implies the given service URL.booleanServiceURL.implies(ServiceURL other) Determine if this service URL implies the other service URL.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.Constructors in org.wildfly.discovery with parameters of type ServiceURLModifierConstructorDescriptionBuilder(ServiceURL original) Construct a new instance from an original template. -
Uses of ServiceURL in org.wildfly.discovery.impl
Methods in org.wildfly.discovery.impl with parameters of type ServiceURLModifier 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) Constructor parameters in org.wildfly.discovery.impl with type arguments of type ServiceURLModifierConstructorDescriptionStaticDiscoveryProvider(List<ServiceURL> services) Construct a new instance. -
Uses of ServiceURL in org.wildfly.discovery.spi
Methods in org.wildfly.discovery.spi with parameters of type ServiceURLModifier and TypeMethodDescriptionvoidDiscoveryResult.addMatch(ServiceURL serviceURL) Indicate that a matching service URL was discovered.RegistryProvider.registerService(ServiceURL serviceURL) Register a service with this provider.default ServiceRegistrationRegistryProvider.registerServices(ServiceURL... serviceURLs) Register multiple services with this provider at once.