Uses of Enum Class
org.jboss.as.controller.capability.registry.RuntimeCapabilityRegistry.RuntimeStatus
Packages that use RuntimeCapabilityRegistry.RuntimeStatus
-
Uses of RuntimeCapabilityRegistry.RuntimeStatus in org.jboss.as.controller
Methods in org.jboss.as.controller that return types with arguments of type RuntimeCapabilityRegistry.RuntimeStatusModifier and TypeMethodDescriptionCapabilityRegistry.getRuntimeStatus(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) -
Uses of RuntimeCapabilityRegistry.RuntimeStatus in org.jboss.as.controller.capability.registry
Methods in org.jboss.as.controller.capability.registry that return RuntimeCapabilityRegistry.RuntimeStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RuntimeCapabilityRegistry.RuntimeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.capability.registry that return types with arguments of type RuntimeCapabilityRegistry.RuntimeStatusModifier and TypeMethodDescriptionRuntimeCapabilityRegistry.getRuntimeStatus(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration) Gets the status of any capabilities associated with the given resource address.