Uses of Class
org.jboss.as.controller.registry.OperationEntry
Packages that use OperationEntry
Package
Description
-
Uses of OperationEntry in org.jboss.as.controller.access
Constructors in org.jboss.as.controller.access with parameters of type OperationEntryModifierConstructorDescriptionAction(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 OperationEntryModifier and TypeMethodDescriptiondefault 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 OperationEntryModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getOperationEntry(PathAddress address, String operationName) DelegatingManagementResourceRegistration.getOperationEntry(PathAddress address, String operationName) ImmutableManagementResourceRegistration.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 OperationEntryModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address, boolean inherited) DelegatingManagementResourceRegistration.getOperationDescriptions(PathAddress address, boolean inherited) ImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address, boolean inherited) Get a map of descriptions of all operations available at an address.