Package | Description |
---|---|
org.jboss.as.controller.registry |
Modifier and Type | Method and Description |
---|---|
OperationEntry |
DelegatingImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
OperationEntry |
ImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName)
Get the entry representing an operation registered with the given name at the given address, or
null if none exists. |
Modifier and Type | Method and Description |
---|---|
Map<String,OperationEntry> |
DelegatingImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
Map<String,OperationEntry> |
ImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited)
Get a map of descriptions of all operations available at an address.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.