@PublicAPI(stability=PRIVATE)

Package org.opends.server.servicetag

This package manages the common registration of the defined ServiceTags.

See:
          Description

Class Summary
Registry Allows to create / register/ remove / find ServiceTags calling the appropriated CLI stclient if available on the system.
ServiceTag The ServiceTag class represents a ServiceTag of the common registry.
ServiceTagDefinition Definitions of ServiceTag properties, fields and values.
ServiceTagRegistration ServiceTagRegistration service is responsible to manage the Common and Active product registration : Only common registration is currently supported.
SwordFishIdConfiguration SwordFishIdConfiguration allows to read the properties file, This class allows to get the associated parsers.
SwordFishIDParser SwordFishIDParser parses a properties file where product's properties are org.opends.server.servicetag.productname org.opends.server.servicetag.version org.opends.server.servicetag.uuid org.opends.server.servicetag.parent org.opends.server.servicetag.parenturn org.opends.server.servicetag.vendor.
SystemEnvironment SystemEnvironment provides utilities to get System information : hostname, os.name, os.version, os.arch.
 

Exception Summary
ServiceTagAlreadyExistsException Exception class if the ServiceTag exists.
ServiceTagDoesNotExistException Exception thrown when the ServiceTag does not exist.
ServiceTagException Common ServiceTag Exception.
 

Package org.opends.server.servicetag Description

This package manages the common registration of the defined ServiceTags. The ServiceTagRegistration class is the main class and entry point to manage ServiceTags : registration and removal.