| Interface | Description |
|---|---|
| FilterSpec.Visitor<P,R,E extends Exception> |
A visitor for filter spec traversal.
|
| ServiceRegistration |
A service registration handle, which can be used to remove a previously registered service.
|
| ServicesQueue |
A queue for receiving service query answers.
|
| Class | Description |
|---|---|
| AggregateServiceRegistration |
An aggregate service registration.
|
| AllFilterSpec |
A filter specification matching all of a set of sub-filters.
|
| AnyFilterSpec |
A filter specification matching any of a set of sub-filters.
|
| AttributeValue |
An attribute value describing some aspect of a service.
|
| BooleanFilterSpec |
A filter spec which is either always true or always false.
|
| Discovery |
The service discovery API.
|
| EqualsFilterSpec | |
| FilterSpec |
A filter specification for matching attributes.
|
| GreaterEqualFilterSpec | |
| HasFilterSpec | |
| LessEqualFilterSpec | |
| NotFilterSpec | |
| ServiceDescription |
An abstract location description for a service, consisting of a service type and a filter specification.
|
| ServiceDesignation |
A service designation.
|
| ServiceRegistry |
A configured service registry.
|
| ServiceType |
An abstract service type.
|
| ServiceURL |
An RFC 2609-compliant service description URL.
|
| ServiceURL.Builder |
A builder for service URLs.
|
| SubstringFilterSpec |
| Exception | Description |
|---|---|
| InvalidDiscoveryConfigurationException |
An exception indicating that the configuration of discovery was invalid.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.