Package | Description |
---|---|
org.jboss.as.controller.registry |
Modifier and Type | Method and Description |
---|---|
OperationEntry.EntryType |
OperationEntry.getType() |
static OperationEntry.EntryType |
OperationEntry.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationEntry.EntryType[] |
OperationEntry.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
boolean inherited,
OperationEntry.EntryType entryType)
Register an operation handler for this resource.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
boolean inherited,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags)
Register an operation handler for this resource.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.