Uses of Class
org.pentaho.platform.settings.ServerPort
-
Packages that use ServerPort Package Description org.pentaho.platform.osgi org.pentaho.platform.settings -
-
Uses of ServerPort in org.pentaho.platform.osgi
Subclasses of ServerPort in org.pentaho.platform.osgi Modifier and Type Class Description classKarafInstancePort -
Uses of ServerPort in org.pentaho.platform.settings
Methods in org.pentaho.platform.settings that return ServerPort Modifier and Type Method Description static ServerPortServerPortRegistry. getPort(String portId)Returns theServerPortassociated with the given portId or null, none exist.Methods in org.pentaho.platform.settings that return types with arguments of type ServerPort Modifier and Type Method Description static Set<ServerPort>ServerPortRegistry. getPorts()Returns all registeredServerPorts.Methods in org.pentaho.platform.settings with parameters of type ServerPort Modifier and Type Method Description static 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 Constructor Description ServerPortDto(ServerPort serverPort)
-