| Package | Description |
|---|---|
| org.wildfly.discovery |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ServiceType |
An abstract service type.
|
class |
ServiceURL |
An RFC 2609-compliant service description URL.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
ServiceDesignation.equals(ServiceDesignation other) |
Determine if this service designation is equal to another.
|
boolean |
ServiceType.equals(ServiceDesignation other) |
Determine if this service type is equal to another.
|
boolean |
ServiceURL.equals(ServiceDesignation other) |
Determine whether this service URL is equal to the given object.
|
abstract boolean |
ServiceDesignation.implies(ServiceDesignation other) |
Determine whether the given service designation is implied by this service designation.
|
boolean |
ServiceType.implies(ServiceDesignation other) |
|
boolean |
ServiceURL.implies(ServiceDesignation other) |
Determine if this service URL implies the other service designation.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.