Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accept(FilterSpec.Visitor<?, R, E>) - Method in class org.wildfly.discovery.FilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.AllFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.AnyFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.BooleanFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.EqualsFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.FilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.HasFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.NotFilterSpec
- accept(FilterSpec.Visitor<P, R, E>, P) - Method in class org.wildfly.discovery.SubstringFilterSpec
- 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) - Method in class org.wildfly.discovery.ServiceURL.Builder
-
Add a valueless attribute.
- addAttribute(String, AttributeValue) - Method in class org.wildfly.discovery.ServiceURL.Builder
-
Add an 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() - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter which matches everything.
- all(Collection<FilterSpec>) - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter which matches all of the given sub-filters.
- all(FilterSpec...) - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter which matches all of the given sub-filters.
- AllFilterSpec - Class in org.wildfly.discovery
-
A filter specification matching all of a set of sub-filters.
- any(Collection<FilterSpec>) - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter which matches any 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.
- AnyFilterSpec - Class in org.wildfly.discovery
-
A filter specification matching any of a set of 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.
- BooleanFilterSpec - Class in org.wildfly.discovery
-
A filter spec which is either always true or always false.
- Builder() - Constructor for class org.wildfly.discovery.ServiceURL.Builder
-
Construct a new instance.
- Builder(ServiceURL) - Constructor for class org.wildfly.discovery.ServiceURL.Builder
-
Construct a new instance from an original template.
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() - Method in class org.wildfly.discovery.ServiceURL.Builder
-
Construct the service URL.
- create(DiscoveryProvider) - Static method in class org.wildfly.discovery.Discovery
-
Create a discovery object with the given single provider.
- create(DiscoveryProvider...) - Static method in class org.wildfly.discovery.Discovery
-
Create a discovery object with the given providers.
- create(RegistryProvider) - Static method in class org.wildfly.discovery.ServiceRegistry
-
Create a new service registry instance.
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(ServiceDescription) - Method in class org.wildfly.discovery.Discovery
-
Perform a service discovery.
- discover(ServiceType, FilterSpec) - Method in class org.wildfly.discovery.Discovery
-
Perform a service discovery.
- discover(ServiceType, FilterSpec, long, TimeUnit) - 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, byte[]) - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter specification which matches one attribute value.
- equal(String, String) - 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(Object) - Method in class org.wildfly.discovery.FilterSpec
- equals(Object) - Method in class org.wildfly.discovery.ServiceDescription
- equals(Object) - Method in class org.wildfly.discovery.ServiceDesignation
-
Determine if this service designation is equal to another.
- equals(Object) - Method in class org.wildfly.discovery.ServiceType
-
Determine if this service type is equal to another.
- equals(Object) - Method in class org.wildfly.discovery.ServiceURL
-
Determine whether this service URL is equal to the given object.
- equals(AllFilterSpec) - Method in class org.wildfly.discovery.AllFilterSpec
- equals(AnyFilterSpec) - Method in class org.wildfly.discovery.AnyFilterSpec
- equals(AttributeValue) - Method in class org.wildfly.discovery.AttributeValue
-
Determine if this attribute value is equal to another.
- equals(BooleanFilterSpec) - Method in class org.wildfly.discovery.BooleanFilterSpec
- equals(EqualsFilterSpec) - Method in class org.wildfly.discovery.EqualsFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.AllFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.AnyFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.BooleanFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.EqualsFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.FilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.HasFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.NotFilterSpec
- equals(FilterSpec) - Method in class org.wildfly.discovery.SubstringFilterSpec
- equals(GreaterEqualFilterSpec) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- equals(HasFilterSpec) - Method in class org.wildfly.discovery.HasFilterSpec
- equals(LessEqualFilterSpec) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- equals(NotFilterSpec) - Method in class org.wildfly.discovery.NotFilterSpec
- equals(ServiceDescription) - Method in class org.wildfly.discovery.ServiceDescription
- equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceDesignation
-
Determine if this service designation is equal to another.
- equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceType
-
Determine if this service type is equal to another.
- equals(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceURL
-
Determine whether this service URL is equal to the given object.
- equals(ServiceType) - 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(SubstringFilterSpec) - Method in class org.wildfly.discovery.SubstringFilterSpec
- EqualsFilterSpec - Class in org.wildfly.discovery
- 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.
- FilterSpec.Visitor<P,
R, E extends Exception> - Interface in org.wildfly.discovery -
A visitor for filter spec traversal.
- 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.
- getAttribute() - Method in class org.wildfly.discovery.EqualsFilterSpec
-
Get the attribute to compare.
- getAttribute() - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
-
Get the attribute to compare.
- getAttribute() - Method in class org.wildfly.discovery.HasFilterSpec
-
Get the attribute to compare.
- getAttribute() - Method in class org.wildfly.discovery.LessEqualFilterSpec
-
Get the attribute to compare.
- getAttribute() - Method in class org.wildfly.discovery.SubstringFilterSpec
-
Get the attribute to compare against.
- getAttributeNames() - Method in class org.wildfly.discovery.ServiceURL
-
Get the attribute names.
- getAttributeValues(String) - Method in class org.wildfly.discovery.ServiceURL
-
Get the values of the attribute with the given name.
- getChild() - Method in class org.wildfly.discovery.NotFilterSpec
-
Get the child (inverted) filter spec.
- 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.
- getFilterSpec() - Method in class org.wildfly.discovery.ServiceDescription
-
Get the filter specification.
- getFinalPart() - Method in class org.wildfly.discovery.SubstringFilterSpec
-
Get the final part which must match.
- 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.
- getInitialPart() - Method in class org.wildfly.discovery.SubstringFilterSpec
-
Get the initial part which must match.
- 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.ServiceDescription
-
Get the service type.
- 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.
- getValue() - Method in class org.wildfly.discovery.BooleanFilterSpec
- getValue() - Method in class org.wildfly.discovery.EqualsFilterSpec
-
Get the value to check for.
- getValue() - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
-
Get the value to check for.
- getValue() - Method in class org.wildfly.discovery.LessEqualFilterSpec
-
Get the value to check for.
- GreaterEqualFilterSpec - Class in org.wildfly.discovery
- 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.
- 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.
H
- handle(AllFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a match-all filter specification type.
- handle(AnyFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a match-any filter specification type.
- handle(BooleanFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a boolean filter specification type.
- handle(EqualsFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle an equality filter specification type.
- handle(FilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle any otherwise-unmatched filter specification type.
- handle(GreaterEqualFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a greater-than-or-equal-to filter specification type.
- handle(HasFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a presence filter specification type.
- handle(LessEqualFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a less-than-or-equal-to filter specification type.
- handle(NotFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle an inverted ("not") filter specification type.
- handle(SubstringFilterSpec, P) - Method in interface org.wildfly.discovery.FilterSpec.Visitor
-
Handle a substring equality filter specification type.
- hasAttribute(String) - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter specification which matches when the given attribute is present.
- HasFilterSpec - Class in org.wildfly.discovery
- HasFilterSpec(String) - Constructor for class org.wildfly.discovery.HasFilterSpec
- hashCode() - Method in class org.wildfly.discovery.AllFilterSpec
- hashCode() - Method in class org.wildfly.discovery.AnyFilterSpec
- hashCode() - Method in class org.wildfly.discovery.BooleanFilterSpec
- hashCode() - Method in class org.wildfly.discovery.EqualsFilterSpec
- hashCode() - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- hashCode() - Method in class org.wildfly.discovery.HasFilterSpec
- hashCode() - Method in class org.wildfly.discovery.LessEqualFilterSpec
- hashCode() - Method in class org.wildfly.discovery.NotFilterSpec
- hashCode() - Method in class org.wildfly.discovery.ServiceDescription
- 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.
- hashCode() - Method in class org.wildfly.discovery.SubstringFilterSpec
- 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(ServiceDesignation) - Method in class org.wildfly.discovery.ServiceURL
-
Determine if this service URL implies the other service designation.
- 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.
- 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
InvalidDiscoveryConfigurationExceptioninstance. - InvalidDiscoveryConfigurationException(String) - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
-
Constructs a new
InvalidDiscoveryConfigurationExceptioninstance with an initial message. - InvalidDiscoveryConfigurationException(String, Throwable) - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
-
Constructs a new
InvalidDiscoveryConfigurationExceptioninstance with an initial message and cause. - InvalidDiscoveryConfigurationException(Throwable) - Constructor for exception org.wildfly.discovery.InvalidDiscoveryConfigurationException
-
Constructs a new
InvalidDiscoveryConfigurationExceptioninstance with an initial 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.
- iterator() - Method in class org.wildfly.discovery.AllFilterSpec
- iterator() - Method in class org.wildfly.discovery.AnyFilterSpec
L
- LessEqualFilterSpec - Class in org.wildfly.discovery
- 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.
- 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.
- 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.AllFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.AnyFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.BooleanFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.EqualsFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.FilterSpec
-
Determine whether the given attribute multi-map matches this filter.
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.HasFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.NotFilterSpec
- matchesMulti(Map<String, ? extends Collection<AttributeValue>>) - Method in class org.wildfly.discovery.SubstringFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.AllFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.AnyFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.BooleanFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.EqualsFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.FilterSpec
-
Determine whether the given simple attribute map matches this filter.
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.HasFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.NotFilterSpec
- matchesSimple(Map<String, AttributeValue>) - Method in class org.wildfly.discovery.SubstringFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.AllFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.AnyFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.BooleanFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.EqualsFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.FilterSpec
-
Determine whether this filter spec might match an attribute map containing the given keys.
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.HasFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.NotFilterSpec
- mayMatch(Collection<String>) - Method in class org.wildfly.discovery.SubstringFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.AllFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.AnyFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.BooleanFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.EqualsFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.FilterSpec
-
Determine whether this filter spec might not match an attribute map containing the given keys.
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.GreaterEqualFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.HasFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.LessEqualFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.NotFilterSpec
- mayNotMatch(Collection<String>) - Method in class org.wildfly.discovery.SubstringFilterSpec
- MutableDiscoveryProvider - Class in org.wildfly.discovery.impl
-
A discovery provider which can be mutated at run time to delegate to a new provider.
- MutableDiscoveryProvider() - Constructor for class org.wildfly.discovery.impl.MutableDiscoveryProvider
-
Construct a new instance using an empty provider.
- MutableDiscoveryProvider(DiscoveryProvider) - Constructor for class org.wildfly.discovery.impl.MutableDiscoveryProvider
-
Construct a new instance.
- 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() - Constructor for class org.wildfly.discovery.impl.MutableRegistryProvider
-
Construct a new instance using an empty provider.
- MutableRegistryProvider(RegistryProvider) - Constructor for class org.wildfly.discovery.impl.MutableRegistryProvider
-
Construct a new instance.
N
- none() - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter which matches nothing.
- not(FilterSpec) - Static method in class org.wildfly.discovery.FilterSpec
-
Create a filter which matches the inverse of the given filter.
- NotFilterSpec - Class in org.wildfly.discovery
- 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.
- processMissingTarget(URI, Exception) - Method in class org.wildfly.discovery.Discovery
- processMissingTarget(URI, Exception) - Method in class org.wildfly.discovery.impl.AggregateDiscoveryProvider
- processMissingTarget(URI, Exception) - Method in interface org.wildfly.discovery.spi.DiscoveryProvider
-
This method is invoked on provider if the invocation using discovered URI was not successful.
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.
- removeAttribute(String) - Method in class org.wildfly.discovery.ServiceURL.Builder
-
Remove all values of the given attribute name.
- removeAttributeValue(String, AttributeValue) - Method in class org.wildfly.discovery.ServiceURL.Builder
-
Remove the given value of the given attribute name.
- 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.
- ServiceDescription - Class in org.wildfly.discovery
-
An abstract location description for a service, consisting of a service type and a filter specification.
- ServiceDescription(ServiceType, FilterSpec) - Constructor for class org.wildfly.discovery.ServiceDescription
-
Construct a new instance.
- 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.
- SubstringFilterSpec - Class in org.wildfly.discovery
- 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.
- takeService(long, TimeUnit) - Method in interface org.wildfly.discovery.ServicesQueue
-
Get the next entry from the queue, blocking until one is available or timeout expires.
- 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.ServiceDescription
- 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
- willMatch(Collection<String>) - Method in class org.wildfly.discovery.FilterSpec
-
Determine whether this filter spec will always match an attribute map containing the given keys.
- willNotMatch(Collection<String>) - Method in class org.wildfly.discovery.FilterSpec
-
Determine whether this filter spec will never match an attribute map containing the given keys.
- 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.
All Classes and Interfaces|All Packages|Serialized Form