Uses of Class
org.pentaho.platform.settings.Service
Packages that use Service
-
Uses of Service in org.pentaho.platform.settings
Methods in org.pentaho.platform.settings that return ServiceModifier and TypeMethodDescriptionstatic Service
ServerPortRegistry.getService
(String serviceName) Returns theService
associated with the given service name or null, if none exist.Methods in org.pentaho.platform.settings that return types with arguments of type ServiceModifier and TypeMethodDescriptionServerPortRegistry.getServices()
Returns all registeredService
s.Methods in org.pentaho.platform.settings with parameters of type ServiceModifier and TypeMethodDescriptionstatic void
ServerPortRegistry.addService
(Service service) Adds aServicePortService
to theServerPortRegistry
.Constructors in org.pentaho.platform.settings with parameters of type Service