public interface ProcessMessageHandler
Modifier and Type | Interface and Description |
---|---|
static class |
ProcessMessageHandler.OperationType |
Modifier and Type | Method and Description |
---|---|
void |
handleConnectionFailure(ProcessControllerClient client,
IOException cause) |
void |
handleConnectionFinished(ProcessControllerClient client) |
void |
handleConnectionShutdown(ProcessControllerClient client) |
void |
handleOperationFailed(ProcessControllerClient client,
ProcessMessageHandler.OperationType operation,
String processName) |
void |
handleProcessAdded(ProcessControllerClient client,
String processName) |
void |
handleProcessInventory(ProcessControllerClient client,
Map<String,ProcessInfo> inventory) |
void |
handleProcessRemoved(ProcessControllerClient client,
String processName) |
void |
handleProcessStarted(ProcessControllerClient client,
String processName) |
void |
handleProcessStopped(ProcessControllerClient client,
String processName,
long uptimeMillis) |
void handleProcessAdded(ProcessControllerClient client, String processName)
void handleProcessStarted(ProcessControllerClient client, String processName)
void handleProcessStopped(ProcessControllerClient client, String processName, long uptimeMillis)
void handleProcessRemoved(ProcessControllerClient client, String processName)
void handleProcessInventory(ProcessControllerClient client, Map<String,ProcessInfo> inventory)
void handleConnectionShutdown(ProcessControllerClient client)
void handleConnectionFailure(ProcessControllerClient client, IOException cause)
void handleConnectionFinished(ProcessControllerClient client)
void handleOperationFailed(ProcessControllerClient client, ProcessMessageHandler.OperationType operation, String processName)
Copyright © 2023 JBoss by Red Hat. All rights reserved.