Uses of Class
org.pentaho.platform.settings.ServerPort
-
Uses of ServerPort in org.pentaho.platform.osgi
-
Uses of ServerPort in org.pentaho.platform.settings
Modifier and TypeMethodDescriptionstatic ServerPort
Returns theServerPort
associated with the given portId or null, none exist.Modifier and TypeMethodDescriptionstatic Set<ServerPort>
ServerPortRegistry.getPorts()
Returns all registeredServerPort
s.Modifier 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.