Uses of Class
org.pentaho.platform.settings.ServerPort
Packages that use ServerPort
-
Uses of ServerPort in org.pentaho.platform.osgi
Subclasses of ServerPort in org.pentaho.platform.osgi -
Uses of ServerPort in org.pentaho.platform.settings
Methods in org.pentaho.platform.settings that return ServerPortModifier and TypeMethodDescriptionstatic ServerPort
Returns theServerPort
associated with the given portId or null, none exist.Methods in org.pentaho.platform.settings that return types with arguments of type ServerPortModifier and TypeMethodDescriptionstatic Set<ServerPort>
ServerPortRegistry.getPorts()
Returns all registeredServerPort
s.Methods in org.pentaho.platform.settings with parameters of type ServerPortModifier and TypeMethodDescriptionstatic void
ServerPortRegistry.addPort
(ServerPort serverPort) Add a port to the Server's port registry.static void
ServerPortRegistry.removePort
(ServerPort serverPort) Removes a port from the ServerPortRegistry and any Service it belongs to.Constructors in org.pentaho.platform.settings with parameters of type ServerPort