| Package | Description |
|---|---|
| org.pentaho.platform.osgi | |
| org.pentaho.platform.settings |
| Modifier and Type | Class and Description |
|---|---|
class |
KarafInstancePort |
| Modifier and Type | Method and Description |
|---|---|
static ServerPort |
ServerPortRegistry.getPort(String portId)
Returns the
ServerPort associated with the given portId or null, none exist. |
| Modifier and Type | Method and Description |
|---|---|
static Set<ServerPort> |
ServerPortRegistry.getPorts()
Returns all registered
ServerPorts. |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Constructor and Description |
|---|
ServerPortDto(ServerPort serverPort) |