Package org.pentaho.platform.settings
Class Service
- java.lang.Object
- 
- org.pentaho.platform.settings.Service
 
- 
 public class Service extends Object This serves to groupServerPortobjects 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 theServicethey are under. To fully activate the Service it must be registered withServerPortRegistry.addService(Service)- Author:
- tkafalas
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServiceDescription()StringgetServiceName()voidsetServiceDescription(String serviceDescription)
 
-