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