Package | Description |
---|---|
org.jboss.as.host.controller | |
org.jboss.as.process |
Modifier and Type | Method and Description |
---|---|
Map<String,ProcessInfo> |
ServerInventory.determineRunningProcesses()
Gets information on all the running processes
|
Map<String,ProcessInfo> |
ServerInventoryImpl.determineRunningProcesses() |
Map<String,ProcessInfo> |
ServerInventory.determineRunningProcesses(boolean serversOnly)
Gets information on all the running processes
|
Map<String,ProcessInfo> |
ServerInventoryImpl.determineRunningProcesses(boolean serversOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInventory.processInventory(Map<String,ProcessInfo> processInfos)
Notification that managed server process information is available.
|
void |
ServerInventoryImpl.processInventory(Map<String,ProcessInfo> processInfos) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessMessageHandler.handleProcessInventory(ProcessControllerClient client,
Map<String,ProcessInfo> inventory) |
void |
ProcessMessageHandler.handleProcessInventory(ProcessControllerClient client,
Map<String,ProcessInfo> inventory) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.