Skip navigation links
wildfly-discovery-client 1.0.0.Beta10
A B C D E F G H I L M N O P R S T W 

A

activate() - Method in class org.wildfly.discovery.AggregateServiceRegistration
 
activate() - Method in interface org.wildfly.discovery.ServiceRegistration
Re-activate this registration immediately and indefinitely.
addAttribute(String, AttributeValue) - Method in class org.wildfly.discovery.ServiceURL.Builder
Add an attribute.
addAttribute(String) - Method in class org.wildfly.discovery.ServiceURL.Builder
Add a valueless attribute.
addMatch(URI) - Method in interface org.wildfly.discovery.spi.DiscoveryResult
Indicate that a matching URI was discovered.
addMatch(ServiceURL) - Method in interface org.wildfly.discovery.spi.DiscoveryResult
Indicate that a matching service URL was discovered.
aggregate(ServiceRegistration...) - Static method in interface org.wildfly.discovery.ServiceRegistration
Create an aggregate of registrations which are all controlled as one.
AggregateDiscoveryProvider - Class in org.wildfly.discovery.impl
A discovery provider which aggregates multiple other providers together.
AggregateDiscoveryProvider(DiscoveryProvider[]) - Constructor for class org.wildfly.discovery.impl.AggregateDiscoveryProvider
Construct a new instance.
AggregateRegistryProvider - Class in org.wildfly.discovery.impl
A registry provider which aggregates multiple other providers together.
AggregateRegistryProvider(RegistryProvider[]) - Constructor for class org.wildfly.discovery.impl.AggregateRegistryProvider
Construct a new instance.
AggregateServiceRegistration - Class in org.wildfly.discovery
An aggregate service registration.
AggregateServiceRegistration(ServiceRegistration...) - Constructor for class org.wildfly.discovery.AggregateServiceRegistration
Construct a new instance.
all(FilterSpec...) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter which matches all of the given sub-filters.
all(Collection<FilterSpec>) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter which matches all of the given sub-filters.
any(FilterSpec...) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter which matches any of the given sub-filters.
any(Collection<FilterSpec>) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter which matches any of the given sub-filters.
approx(String, String) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which approximately matches one attribute value.
asInt() - Method in class org.wildfly.discovery.AttributeValue
Get the value as an integer, throwing an exception if it is not numeric.
AttributeValue - Class in org.wildfly.discovery
An attribute value describing some aspect of a service.
await() - Method in interface org.wildfly.discovery.ServicesQueue
Wait for a queue entry to become available.
await(long, TimeUnit) - Method in interface org.wildfly.discovery.ServicesQueue
Wait for a certain amount of time for a queue entry to become available.

B

BlockingDiscoveryProvider - Interface in org.wildfly.discovery.spi
A blocking discovery provider.
Builder() - Constructor for class org.wildfly.discovery.ServiceURL.Builder
Construct a new instance.

C

cancel() - Method in interface org.wildfly.discovery.spi.DiscoveryRequest
Cancel the discovery process, if possible.
close() - Method in class org.wildfly.discovery.AggregateServiceRegistration
 
close() - Method in interface org.wildfly.discovery.ServiceRegistration
Close and remove this registration immediately.
close() - Method in interface org.wildfly.discovery.ServicesQueue
Cancel any in-progress discovery for this queue.
compareTo(AttributeValue) - Method in class org.wildfly.discovery.AttributeValue
Compare this value to another.
complete() - Method in interface org.wildfly.discovery.spi.DiscoveryResult
Indicate that discovery is complete.
configure(Consumer<DiscoveryProvider>, Consumer<RegistryProvider>) - Method in interface org.wildfly.discovery.spi.ExternalDiscoveryConfigurator
Configure extra discovery and registry providers and supply them to the given consumers.
create(DiscoveryProvider...) - Static method in class org.wildfly.discovery.Discovery
Create a discovery object with the given providers.
create(DiscoveryProvider) - Static method in class org.wildfly.discovery.Discovery
Create a discovery object with the given single provider.
create(RegistryProvider) - Static method in class org.wildfly.discovery.ServiceRegistry
Create a new service registry instance.
create() - Method in class org.wildfly.discovery.ServiceURL.Builder
Construct the service URL.

D

deactivate() - Method in class org.wildfly.discovery.AggregateServiceRegistration
 
deactivate() - Method in interface org.wildfly.discovery.ServiceRegistration
Invalidate this registration immediately (possibly temporarily) without closing it.
discover(ServiceType, FilterSpec) - Method in class org.wildfly.discovery.Discovery
Perform a service discovery.
discover(ServiceType, FilterSpec, DiscoveryResult) - Method in class org.wildfly.discovery.impl.AggregateDiscoveryProvider
 
discover(ServiceType, FilterSpec, DiscoveryResult) - Method in class org.wildfly.discovery.impl.LocalRegistryAndDiscoveryProvider
 
discover(ServiceType, FilterSpec, DiscoveryResult) - Method in class org.wildfly.discovery.impl.MutableDiscoveryProvider
 
discover(ServiceType, FilterSpec, DiscoveryResult) - Method in class org.wildfly.discovery.impl.StaticDiscoveryProvider
 
discover(ServiceType, FilterSpec, DiscoveryResult) - Method in interface org.wildfly.discovery.spi.BlockingDiscoveryProvider
Attempt to discover implementations of a service synchronously.
discover(ServiceType, FilterSpec, DiscoveryResult) - Method in interface org.wildfly.discovery.spi.DiscoveryProvider
Attempt to discover implementations of a service.
Discovery - Class in org.wildfly.discovery
The service discovery API.
DiscoveryProvider - Interface in org.wildfly.discovery.spi
A discovery provider.
DiscoveryRequest - Interface in org.wildfly.discovery.spi
The outstanding discovery request, which may be used to cancel an ongoing discovery process.
DiscoveryResult - Interface in org.wildfly.discovery.spi
The discovery result.

E

EMPTY - Static variable in interface org.wildfly.discovery.ServiceRegistration
An empty service registration handle, which has no effect.
EMPTY - Static variable in interface org.wildfly.discovery.spi.DiscoveryProvider
The empty discovery provider.
EMPTY - Static variable in interface org.wildfly.discovery.spi.RegistryProvider
A registry provider which ignores all registrations.
equal(String, String) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches one attribute value.
equal(String, byte[]) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches one attribute value.
equals(Object) - Method in class org.wildfly.discovery.AttributeValue
Determine if this attribute value is equal to another.
equals(AttributeValue) - Method in class org.wildfly.discovery.AttributeValue
Determine if this attribute value is equal to another.
equals(Object) - Method in class org.wildfly.discovery.ServiceDesignation
Determine if this service designation is equal to another.
equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceDesignation
Determine if this service designation is equal to another.
equals(ServiceType) - Method in class org.wildfly.discovery.ServiceType
Determine if this service type is equal to another.
equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceType
Determine if this service type is equal to another.
equals(Object) - Method in class org.wildfly.discovery.ServiceType
Determine if this service type is equal to another.
equals(ServiceURL) - Method in class org.wildfly.discovery.ServiceURL
Determine whether this service URL is equal to the given object.
equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceURL
Determine whether this service URL is equal to the given object.
equals(Object) - Method in class org.wildfly.discovery.ServiceURL
Determine whether this service URL is equal to the given object.
escape(String) - Static method in class org.wildfly.discovery.FilterSpec
Escape an attribute string, suitable for putting into a filter.
escapeTo(String, StringBuilder) - Static method in class org.wildfly.discovery.FilterSpec
Escape an attribute string, suitable for putting into a filter.
ExternalDiscoveryConfigurator - Interface in org.wildfly.discovery.spi
An external discovery configurator.

F

FALSE - Static variable in class org.wildfly.discovery.AttributeValue
The "false" boolean attribute value.
FilterSpec - Class in org.wildfly.discovery
A filter specification for matching attributes.
fromBytes(byte[]) - Static method in class org.wildfly.discovery.AttributeValue
Create an attribute value from a byte sequence.
fromInt(int) - Static method in class org.wildfly.discovery.AttributeValue
Create an attribute value from an integer.
fromString(String) - Static method in class org.wildfly.discovery.AttributeValue
Create an attribute value from a string.
fromString(String) - Static method in class org.wildfly.discovery.FilterSpec
Create a new filter from a string.

G

getAbstractType() - Method in class org.wildfly.discovery.ServiceDesignation
Get the abstract type, if any.
getAbstractType() - Method in class org.wildfly.discovery.ServiceType
Get the abstract type of this service type.
getAbstractType() - Method in class org.wildfly.discovery.ServiceURL.Builder
Get the abstract type.
getAbstractType() - Method in class org.wildfly.discovery.ServiceURL
Get the abstract type, if any.
getAbstractTypeAuthority() - Method in class org.wildfly.discovery.ServiceDesignation
Get the abstract type authority of this service type.
getAbstractTypeAuthority() - Method in class org.wildfly.discovery.ServiceType
Get the abstract type authority of this service type.
getAbstractTypeAuthority() - Method in class org.wildfly.discovery.ServiceURL.Builder
Get the abstract type authority.
getAbstractTypeAuthority() - Method in class org.wildfly.discovery.ServiceURL
Get the abstract type authority, if any.
getAttributeValues(String) - Method in class org.wildfly.discovery.ServiceURL
Get the values of the attribute with the given name.
getContextManager() - Static method in class org.wildfly.discovery.Discovery
Get the context manager.
getContextManager() - Static method in class org.wildfly.discovery.ServiceRegistry
Get the context manager.
getFirstAttributeValue(String) - Method in class org.wildfly.discovery.ServiceURL
Get the first attribute value for the given name.
getFirstAttributeValue(String, AttributeValue) - Method in class org.wildfly.discovery.ServiceURL
Get the first attribute value for the given name.
getHostName() - Method in class org.wildfly.discovery.ServiceURL
Get the host name of the concrete URI.
getInstanceContextManager() - Method in class org.wildfly.discovery.Discovery
Get the instance context manager.
getInstanceContextManager() - Method in class org.wildfly.discovery.ServiceRegistry
Get the instance context manager.
getLastAttributeValue(String) - Method in class org.wildfly.discovery.ServiceURL
Get the last attribute value for the given name.
getLastAttributeValue(String, AttributeValue) - Method in class org.wildfly.discovery.ServiceURL
Get the last attribute value for the given name.
getLocationURI() - Method in class org.wildfly.discovery.ServiceURL
Get the concrete location URI of this service URL.
getPath() - Method in class org.wildfly.discovery.ServiceURL
Get the path name of the concrete URI, if any.
getPort() - Method in class org.wildfly.discovery.ServiceURL
Get the port number of the concrete URI, if any.
getProblems() - Method in interface org.wildfly.discovery.ServicesQueue
Get a list of problems that occurred during discovery.
getServiceType() - Method in class org.wildfly.discovery.ServiceURL
Get the service type of this URL.
getUri() - Method in class org.wildfly.discovery.ServiceURL.Builder
Get the concrete URI.
getUriScheme() - Method in class org.wildfly.discovery.ServiceDesignation
Get the concrete type name of this service type, if any.
getUriScheme() - Method in class org.wildfly.discovery.ServiceType
Get the concrete type name of this service type, if any.
getUriScheme() - Method in class org.wildfly.discovery.ServiceURL
Get the concrete URI scheme.
getUriSchemeAuthority() - Method in class org.wildfly.discovery.ServiceDesignation
Get the concrete type authority name of this service type, if any.
getUriSchemeAuthority() - Method in class org.wildfly.discovery.ServiceType
Get the concrete type authority name of this service type, if any.
getUriSchemeAuthority() - Method in class org.wildfly.discovery.ServiceURL.Builder
Get the URI scheme authority, if any.
getUriSchemeAuthority() - Method in class org.wildfly.discovery.ServiceURL
Get the concrete URI scheme authority, if any.
getUserName() - Method in class org.wildfly.discovery.ServiceURL
Get the user name of the concrete URI, if any.
greaterOrEqual(String, String) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches when the given attribute's value is lexicographically greater than or equal to the given value.
greaterOrEqual(String, byte[]) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches when the given attribute's value is lexicographically greater than or equal to the given value.

H

hasAttribute(String) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches when the given attribute is present.
hashCode() - Method in class org.wildfly.discovery.ServiceDesignation
Get the hash code of this designation.
hashCode() - Method in class org.wildfly.discovery.ServiceType
Get the hash code for this service type.
hashCode() - Method in class org.wildfly.discovery.ServiceURL
Get the hash code of this service URL.
hintDeactivateAt(Instant) - Method in class org.wildfly.discovery.AggregateServiceRegistration
 
hintDeactivateAt(Instant) - Method in interface org.wildfly.discovery.ServiceRegistration
Hint to this registration that deactivation of the service is likely at the given time.

I

implies(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceDesignation
Determine whether the given service designation is implied by this service designation.
implies(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceType
 
implies(ServiceType) - Method in class org.wildfly.discovery.ServiceType
Determine if this service type implies the other service type.
implies(ServiceURL) - Method in class org.wildfly.discovery.ServiceType
Determine if this service type implies the given service URL.
implies(ServiceURL) - Method in class org.wildfly.discovery.ServiceURL
Determine if this service URL implies the other service URL.
implies(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceURL
Determine if this service URL implies the other service designation.
InvalidDiscoveryConfigurationException - Exception in org.wildfly.discovery
An exception indicating that the configuration of discovery was invalid.
InvalidDiscoveryConfigurationException() - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
Constructs a new InvalidDiscoveryConfigurationException instance.
InvalidDiscoveryConfigurationException(String) - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
Constructs a new InvalidDiscoveryConfigurationException instance with an initial message.
InvalidDiscoveryConfigurationException(Throwable) - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
Constructs a new InvalidDiscoveryConfigurationException instance with an initial cause.
InvalidDiscoveryConfigurationException(String, Throwable) - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
Constructs a new InvalidDiscoveryConfigurationException instance with an initial message and cause.
isBoolean() - Method in class org.wildfly.discovery.AttributeValue
Determine if this value is a boolean value.
isFinished() - Method in interface org.wildfly.discovery.ServicesQueue
Query whether this queue is finished (all services have been read).
isNumeric() - Method in class org.wildfly.discovery.AttributeValue
Determine if this value is numeric.
isOpaque() - Method in class org.wildfly.discovery.AttributeValue
Determine if this value is opaque (binary).
isReady() - Method in interface org.wildfly.discovery.ServicesQueue
Query whether there is a value ready to be read.
isString() - Method in class org.wildfly.discovery.AttributeValue
Determine if this value is a text string.

L

lessOrEqual(String, String) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches when the given attribute's value is lexicographically less than or equal to the given value.
lessOrEqual(String, byte[]) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches when the given attribute's value is lexicographically less than or equal to the given value.
LocalRegistryAndDiscoveryProvider - Class in org.wildfly.discovery.impl
A local in-memory service registry and discovery provider.
LocalRegistryAndDiscoveryProvider() - Constructor for class org.wildfly.discovery.impl.LocalRegistryAndDiscoveryProvider
 

M

matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.FilterSpec
Determine whether the given attribute multi-map matches this filter.
matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.FilterSpec
Determine whether the given simple attribute map matches this filter.
MutableDiscoveryProvider - Class in org.wildfly.discovery.impl
A discovery provider which can be mutated at run time to delegate to a new provider.
MutableDiscoveryProvider(DiscoveryProvider) - Constructor for class org.wildfly.discovery.impl.MutableDiscoveryProvider
Construct a new instance.
MutableDiscoveryProvider() - Constructor for class org.wildfly.discovery.impl.MutableDiscoveryProvider
Construct a new instance using an empty provider.
MutableRegistryProvider - Class in org.wildfly.discovery.impl
A service registry provider which can be mutated at run time to delegate to a new provider.
MutableRegistryProvider(RegistryProvider) - Constructor for class org.wildfly.discovery.impl.MutableRegistryProvider
Construct a new instance.
MutableRegistryProvider() - Constructor for class org.wildfly.discovery.impl.MutableRegistryProvider
Construct a new instance using an empty provider.

N

not(FilterSpec) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter which matches the inverse of the given filter.
NULL - Static variable in interface org.wildfly.discovery.spi.DiscoveryRequest
The null discovery request; cancel requests are ignored.

O

of(String, String) - Static method in class org.wildfly.discovery.ServiceType
Get a service type with the given abstract type and optional abstract type authority.
of(String, String, String, String) - Static method in class org.wildfly.discovery.ServiceType
Get a service type with the given abstract and concrete type and optional abstract and/or concrete type authority.
org.wildfly.discovery - package org.wildfly.discovery
 
org.wildfly.discovery.impl - package org.wildfly.discovery.impl
 
org.wildfly.discovery.spi - package org.wildfly.discovery.spi
 

P

poll() - Method in interface org.wildfly.discovery.ServicesQueue
Get the location URI of the next entry from the queue without blocking.
pollService() - Method in interface org.wildfly.discovery.ServicesQueue
Get the next entry from the queue without blocking.

R

registerService(ServiceURL) - Method in class org.wildfly.discovery.impl.AggregateRegistryProvider
 
registerService(ServiceURL) - Method in class org.wildfly.discovery.impl.LocalRegistryAndDiscoveryProvider
 
registerService(ServiceURL) - Method in class org.wildfly.discovery.impl.MutableRegistryProvider
 
registerService(ServiceURL) - Method in class org.wildfly.discovery.ServiceRegistry
Register a service URL.
registerService(ServiceURL) - Method in interface org.wildfly.discovery.spi.RegistryProvider
Register a service with this provider.
registerServices(ServiceURL...) - Method in class org.wildfly.discovery.impl.AggregateRegistryProvider
 
registerServices(ServiceURL...) - Method in class org.wildfly.discovery.impl.LocalRegistryAndDiscoveryProvider
 
registerServices(ServiceURL...) - Method in class org.wildfly.discovery.impl.MutableRegistryProvider
 
registerServices(ServiceURL...) - Method in class org.wildfly.discovery.ServiceRegistry
Register a group of service URLs to be controlled with a single handle.
registerServices(ServiceURL...) - Method in interface org.wildfly.discovery.spi.RegistryProvider
Register multiple services with this provider at once.
RegistryProvider - Interface in org.wildfly.discovery.spi
A provider for service registration.
reportProblem(Throwable) - Method in interface org.wildfly.discovery.spi.DiscoveryResult
Report a discovery problem.

S

satisfies(FilterSpec) - Method in class org.wildfly.discovery.ServiceURL
Determine whether this service URL satisfies the given filter specification.
ServiceDesignation - Class in org.wildfly.discovery
A service designation.
ServiceRegistration - Interface in org.wildfly.discovery
A service registration handle, which can be used to remove a previously registered service.
ServiceRegistry - Class in org.wildfly.discovery
A configured service registry.
ServicesQueue - Interface in org.wildfly.discovery
A queue for receiving service query answers.
ServiceType - Class in org.wildfly.discovery
An abstract service type.
ServiceURL - Class in org.wildfly.discovery
An RFC 2609-compliant service description URL.
ServiceURL.Builder - Class in org.wildfly.discovery
A builder for service URLs.
setAbstractType(String) - Method in class org.wildfly.discovery.ServiceURL.Builder
Set the abstract type.
setAbstractTypeAuthority(String) - Method in class org.wildfly.discovery.ServiceURL.Builder
Set the abstract authority.
setDiscoveryProvider(DiscoveryProvider) - Method in class org.wildfly.discovery.impl.MutableDiscoveryProvider
Set the discovery provider instance.
setRegistryProvider(RegistryProvider) - Method in class org.wildfly.discovery.impl.MutableRegistryProvider
Set the registry provider instance.
setUri(URI) - Method in class org.wildfly.discovery.ServiceURL.Builder
Set the concrete URI.
setUriSchemeAuthority(String) - Method in class org.wildfly.discovery.ServiceURL.Builder
Set the URI scheme authority.
StaticDiscoveryProvider - Class in org.wildfly.discovery.impl
A discovery provider using a static configuration.
StaticDiscoveryProvider(List<ServiceURL>) - Constructor for class org.wildfly.discovery.impl.StaticDiscoveryProvider
Construct a new instance.
substringMatch(String, String, String) - Static method in class org.wildfly.discovery.FilterSpec
Create a filter specification which matches a leading or trailing (or both) substring of one attribute value.

T

take() - Method in interface org.wildfly.discovery.ServicesQueue
Get the location URI of the next entry from the queue, blocking until one is available or the thread is interrupted.
takeService() - Method in interface org.wildfly.discovery.ServicesQueue
Get the next entry from the queue, blocking until one is available or the thread is interrupted.
toDiscoveryProvider(Executor) - Method in interface org.wildfly.discovery.spi.BlockingDiscoveryProvider
Convert this provider to a non-blocking provider which uses the given thread pool to dispatch discovery requests.
toServiceURI() - Method in class org.wildfly.discovery.ServiceURL
Convert this service URL into a URI whose contents are exactly equal to this object's.
toString() - Method in class org.wildfly.discovery.AttributeValue
Get a string representation of this attribute value.
toString() - Method in class org.wildfly.discovery.FilterSpec
Get the string representation of this filter.
toString() - Method in class org.wildfly.discovery.ServiceDesignation
Get the simple string representation of this designation.
toString() - Method in class org.wildfly.discovery.ServiceType
Get the string representation of this service type.
toString() - Method in class org.wildfly.discovery.ServiceURL
Get the string representation of this service URL.
TRUE - Static variable in class org.wildfly.discovery.AttributeValue
The "true" boolean attribute value.

W

withTimeout(long, TimeUnit) - Method in interface org.wildfly.discovery.ServicesQueue
Create a version of this queue which has an absolute timeout, relative to when this method is called.
A B C D E F G H I L M N O P R S T W 
Skip navigation links
wildfly-discovery-client 1.0.0.Beta10

Copyright © 2017 JBoss by Red Hat. All rights reserved.