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 ServerPortReturns theServerPortassociated 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 registeredServerPorts.Methods in org.pentaho.platform.settings with parameters of type ServerPortModifier and TypeMethodDescriptionstatic voidServerPortRegistry.addPort(ServerPort serverPort) Add a port to the Server's port registry.static voidServerPortRegistry.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