Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.audit |
Modifier and Type | Method and Description |
---|---|
static OperationContext.ResultAction |
OperationContext.ResultAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationContext.ResultAction[] |
OperationContext.ResultAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.ResultHandler.handleResult(OperationContext.ResultAction resultAction,
OperationContext context,
org.jboss.dmr.ModelNode operation)
Callback to an
OperationStepHandler indicating that the result of the overall operation is
known and the handler can take any necessary actions to deal with that result. |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogger.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
void |
ManagedAuditLoggerImpl.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.