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

A

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.
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.
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
 
AttributeValue - Class in org.wildfly.discovery
 
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 interface org.wildfly.discovery.ServicesQueue
Cancel any in-progress discovery for this queue.
compareTo(AttributeValue) - Method in class org.wildfly.discovery.AttributeValue
 
complete() - Method in interface org.wildfly.discovery.spi.DiscoveryResult
Indicate that discovery is complete.
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() - Method in class org.wildfly.discovery.ServiceURL.Builder
Construct the service URL.

D

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.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.spi.DiscoveryProvider
The empty discovery provider.
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
 
equals(Object) - Method in class org.wildfly.discovery.ServiceDesignation
 
equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceDesignation
 
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.

F

FilterSpec - Class in org.wildfly.discovery
A filter specification for matching attributes.
fromBytes(byte[]) - Static method in class org.wildfly.discovery.AttributeValue
 
fromString(String) - Static method in class org.wildfly.discovery.AttributeValue
 
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.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.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.
getHostName() - Method in class org.wildfly.discovery.ServiceURL
Get the host name of the concrete URI.
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.
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.ServiceURL
Get the concrete URI scheme.
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.
getUrlScheme() - Method in class org.wildfly.discovery.ServiceType
Get the concrete type name of this service type, if any.
getUrlSchemeAuthority() - Method in class org.wildfly.discovery.ServiceType
Get the concrete type authority name of this service type, 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
 
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.

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.
isBoolean() - Method in class org.wildfly.discovery.AttributeValue
 
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
 
isOpaque() - Method in class org.wildfly.discovery.AttributeValue
 
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
 

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.

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.

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 next entry from the queue without blocking.

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.
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.
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 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
 
toString() - Method in class org.wildfly.discovery.FilterSpec
Get the string representation of this filter.
toString() - Method in class org.wildfly.discovery.ServiceDesignation
 
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.

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 S T W 
Skip navigation links
wildfly-discovery-client 1.0.0.Beta2

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