Package | Description |
---|---|
org.jboss.as.host.controller | |
org.jboss.as.process |
Modifier and Type | Method and Description |
---|---|
void |
ServerInventory.operationFailed(String processName,
ProcessMessageHandler.OperationType type)
Notification that an operation failed on the process-controller.
|
void |
ServerInventoryImpl.operationFailed(String serverProcessName,
ProcessMessageHandler.OperationType type) |
Modifier and Type | Method and Description |
---|---|
static ProcessMessageHandler.OperationType |
ProcessMessageHandler.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessMessageHandler.OperationType[] |
ProcessMessageHandler.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessMessageHandler.handleOperationFailed(ProcessControllerClient client,
ProcessMessageHandler.OperationType operation,
String processName) |
void |
ProcessMessageHandler.handleOperationFailed(ProcessControllerClient client,
ProcessMessageHandler.OperationType operation,
String processName) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.