Class Service

java.lang.Object
org.pentaho.platform.settings.Service

public class Service extends Object
This serves to group ServerPort objects under an arbitrary name. It also allows a user friendly description of the service category to be supplied. Some web services will provide information on ServerPorts grouped by the Service they are under. To fully activate the Service it must be registered with ServerPortRegistry.addService(Service)
Author:
tkafalas
  • Constructor Details

    • Service

      public Service(String serviceName, String serviceDescription)
  • Method Details

    • getServiceDescription

      public String getServiceDescription()
    • setServiceDescription

      public void setServiceDescription(String serviceDescription)
    • getServiceName

      public String getServiceName()