- 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.
- 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(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.
- 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.
- 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.
- 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.