Uses of Class
org.pentaho.platform.settings.Service
-
Packages that use Service Package Description org.pentaho.platform.settings -
-
Uses of Service in org.pentaho.platform.settings
Methods in org.pentaho.platform.settings that return Service Modifier and Type Method Description static ServiceServerPortRegistry. getService(String serviceName)Returns theServiceassociated with the given service name or null, if none exist.Methods in org.pentaho.platform.settings that return types with arguments of type Service Modifier and Type Method Description static Set<Service>ServerPortRegistry. getServices()Returns all registeredServices.Methods in org.pentaho.platform.settings with parameters of type Service Modifier and Type Method Description static voidServerPortRegistry. addService(Service service)Adds aServicePortServiceto theServerPortRegistry.Constructors in org.pentaho.platform.settings with parameters of type Service Constructor Description ServiceDto(Service service)
-