Uses of Class
org.jboss.as.controller.registry.OperationEntry
-
Packages that use OperationEntry Package Description org.jboss.as.controller.access org.jboss.as.controller.operations org.jboss.as.controller.registry -
-
Uses of OperationEntry in org.jboss.as.controller.access
Constructors in org.jboss.as.controller.access with parameters of type OperationEntry Constructor Description Action(org.jboss.dmr.ModelNode operation, OperationEntry operationEntry)Action(org.jboss.dmr.ModelNode operation, OperationEntry operationEntry, Set<Action.ActionEffect> effects) -
Uses of OperationEntry in org.jboss.as.controller.operations
Methods in org.jboss.as.controller.operations with parameters of type OperationEntry Modifier and Type Method Description default OperationStepHandlerMultistepUtil.OperationHandlerResolver. getOperationStepHandler(String operationName, PathAddress address, org.jboss.dmr.ModelNode operation, OperationEntry operationEntry) -
Uses of OperationEntry in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return OperationEntry Modifier and Type Method Description OperationEntryDelegatingImmutableManagementResourceRegistration. getOperationEntry(PathAddress address, String operationName)OperationEntryDelegatingManagementResourceRegistration. getOperationEntry(PathAddress address, String operationName)OperationEntryImmutableManagementResourceRegistration. getOperationEntry(PathAddress address, String operationName)Get the entry representing an operation registered with the given name at the given address, ornullif none exists.Methods in org.jboss.as.controller.registry that return types with arguments of type OperationEntry Modifier and Type Method Description Map<String,OperationEntry>DelegatingImmutableManagementResourceRegistration. getOperationDescriptions(PathAddress address, boolean inherited)Map<String,OperationEntry>DelegatingManagementResourceRegistration. 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.
-