| Package | Description |
|---|---|
| com.sun.enterprise.registration.impl |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceTag> |
RepositoryManager.getServiceTags()
Returns a list of all service tag objects represented in the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryManager.add(ServiceTag serviceTag)
Adds an element for the specified ServiceTag object (and writes the revised
DOM to the file).
|
RegistrationDescriptor.RegistrationStatus |
RepositoryManager.getRegistrationStatus(ServiceTag serviceTag) |
ServiceTag.Status |
RepositoryManager.getStatus(ServiceTag serviceTag) |
void |
RepositoryManager.remove(ServiceTag serviceTag)
Removes the XML element corresponding to the specified service tag (and
persists the change to the file).
|
void |
RepositoryManager.setRegistrationStatus(ServiceTag serviceTag,
RegistrationDescriptor.RegistrationStatus status)
Sets the status for the specified service tag in the repository (and
persists the change to the file).
|
void |
RepositoryManager.setStatus(ServiceTag serviceTag,
ServiceTag.Status status) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.sun.enterprise.registration.impl.SvcTag> |
ServiceTag.getSvcTags(List<ServiceTag> serviceTags) |
Copyright © 2017. All rights reserved.