| Modifier and Type | Class and Description |
|---|---|
class |
SimpleOperationDefinition
Defining characteristics of operation in a
Resource
SimpleOperationDefinition is simplest implementation that uses DefaultOperationDescriptionProvider for generating description of operation
if more complex DescriptionProvider user should extend this class or OperationDefinition and provide its own DescriptionProvider |
| Modifier and Type | Field and Description |
|---|---|
static OperationDefinition |
CompositeOperationHandler.DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
ResourceBuilder |
ResourceBuilder.addOperation(OperationDefinition operationDefinition,
OperationStepHandler handler) |
ResourceBuilder |
ResourceBuilder.addOperation(OperationDefinition operationDefinition,
OperationStepHandler handler,
boolean inherited) |
| Modifier and Type | Field and Description |
|---|---|
static OperationDefinition |
ValidateOperationHandler.DEFINITION |
static OperationDefinition |
ValidateAddressOperationHandler.DEFINITION |
static OperationDefinition |
SnapshotTakeHandler.DEFINITION |
static OperationDefinition |
SnapshotListHandler.DEFINITION |
static OperationDefinition |
SnapshotDeleteHandler.DEFINITION |
static OperationDefinition |
SchemaLocationRemoveHandler.DEFINITION |
static OperationDefinition |
SchemaLocationAddHandler.DEFINITION |
static OperationDefinition |
ResolveExpressionHandler.DEFINITION |
static OperationDefinition |
NamespaceRemoveHandler.DEFINITION |
static OperationDefinition |
NamespaceAddHandler.DEFINITION |
static OperationDefinition |
ValidateOperationHandler.DEFINITION_PRIVATE |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
Util.createOperation(OperationDefinition operationDefinition,
PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler)
Register an operation handler for this resource.
|
void |
DelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler) |
void |
ManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler,
boolean inherited)
Register an operation handler for this resource.
|
void |
DelegatingManagementResourceRegistration.registerOperationHandler(OperationDefinition definition,
OperationStepHandler handler,
boolean inherited) |
| Modifier and Type | Method and Description |
|---|---|
OperationDefinition |
ResolvePathHandler.getOperationDefinition()
Returns the operation definition for the operation.
|
| Modifier and Type | Field and Description |
|---|---|
static OperationDefinition |
SubsystemDescriptionDump.DEFINITION |
Copyright © 2015 JBoss by Red Hat. All rights reserved.