| Package | Description |
|---|---|
| com.sun.enterprise.registration | |
| com.sun.enterprise.registration.glassfish | |
| com.sun.enterprise.registration.impl |
| Modifier and Type | Method and Description |
|---|---|
List<RegistrationDescriptor> |
RegistrationService.getRegistrationDescriptors() |
List<RegistrationDescriptor> |
RegistrationService.getRegistrationDescriptors(RegistrationDescriptor.RegistrationStatus status) |
List<RegistrationDescriptor> |
RegistrationService.getRegistrationDescriptors(String productURN) |
RegistrationService.RegistrationReminder |
RegistrationService.getRegistrationReminder() |
RegistrationService.RegistrationStatus |
RegistrationService.getRegistrationStatus() |
void |
RegistrationService.setRegistrationReminder(RegistrationService.RegistrationReminder reminder) |
| Modifier and Type | Method and Description |
|---|---|
static String |
RegistrationUtil.getGFInstanceURN() |
static String |
RegistrationUtil.getGFProductURN() |
static void |
RegistrationUtil.setUpdateCenterUUID(String instanceURN) |
static void |
RegistrationUtil.synchUUID() |
| 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).
|
void |
SysnetRegistrationService.createRegistrationAccount(RegistrationAccount soa) |
String |
RepositoryManager.getInstanceURN(String productURN) |
List |
SysnetRegistrationService.getRegistrationDescriptors() |
List |
SysnetRegistrationService.getRegistrationDescriptors(RegistrationDescriptor.RegistrationStatus status) |
List |
SysnetRegistrationService.getRegistrationDescriptors(String productURN) |
RegistrationService.RegistrationReminder |
SysnetRegistrationService.getRegistrationReminder() |
RegistrationService.RegistrationStatus |
SysnetRegistrationService.getRegistrationStatus() |
RegistrationDescriptor.RegistrationStatus |
RepositoryManager.getRegistrationStatus(ServiceTag serviceTag) |
ServiceTag.Status |
RepositoryManager.getStatus(ServiceTag serviceTag) |
void |
SysnetRegistrationService.register(RegistrationAccount account) |
void |
RepositoryManager.remove(ServiceTag serviceTag)
Removes the XML element corresponding to the specified service tag (and
persists the change to the file).
|
boolean |
RepositoryManager.setInstanceURN(String productURN,
String instanceURN) |
void |
RepositoryManager.setRegistrationReminder(RegistrationService.RegistrationReminder reminder)
Sets the registration status value and persists the change to the on-disk
repository.
|
void |
SysnetRegistrationService.setRegistrationReminder(RegistrationService.RegistrationReminder reminder) |
void |
RepositoryManager.setRegistrationStatus(RegistrationService.RegistrationStatus status)
Sets the registration status value for all service tags and persists the change
to the on-disk repository.
|
void |
SysnetRegistrationService.setRegistrationStatus(RegistrationService.RegistrationStatus status) |
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) |
static void |
Test.testServiceTags() |
void |
SysnetRegistrationService.transferEligibleServiceTagsToSysNet()
Transfers locally-registered service tags that have not yet been transferred
to the SysNet repository to the SysNet repository using the stclient
utility and also updates the service tag's status in the private
repository to record the transfer.
|
int |
SysnetTransferManager.transferServiceTags()
Transfers previously-untransferred service tags from the local repository
to SysNet using the stclient utility for the current platform.
|
void |
RepositoryManager.updateRuntimeValues()
Goes through all service tags in the repository, and updates runtime
values if necessary.
|
| Constructor and Description |
|---|
RelayService(File repositoryFile) |
RelayService(String repositoryFile) |
RepositoryManager(File registrationFile)
Creates a new manager which persists the registration data in the specified File.
|
SysnetTransferManager(File repositoryFile)
Creates a new SysnetTransferManager to transfer the service tags in the
specified repository to SysNet.
|
Copyright © 2017. All rights reserved.