Uses of Enum Class
org.jboss.as.controller.ProcessType
Packages that use ProcessType
Package
Description
-
Uses of ProcessType in org.jboss.as.controller
Fields in org.jboss.as.controller declared as ProcessTypeModifier and TypeFieldDescriptionprotected final ProcessTypeAbstractControllerService.processTypeMethods in org.jboss.as.controller that return ProcessTypeModifier and TypeMethodDescriptionExtensionContext.getProcessType()Gets the type of the current process.OperationContext.getProcessType()Get the type of process in which this operation is executing.static ProcessTypeReturns the enum constant of this class with the specified name.static ProcessType[]ProcessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller with parameters of type ProcessTypeModifier and TypeMethodDescriptionvoidModelControllerServiceInitialization.initializeHost(org.jboss.msc.service.ServiceTarget target, ManagementModel managementModel, String hostName, ProcessType processType) Initialize a host controller.voidModelControllerServiceInitialization.initializeStandalone(org.jboss.msc.service.ServiceTarget target, ManagementModel managementModel, ProcessType processType) Initialize a standalone server.Constructors in org.jboss.as.controller with parameters of type ProcessTypeModifierConstructorDescriptionprotectedAbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension) Deprecated, for removal: This API element is subject to removal in a future version.For use by legacy versionsprotectedAbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, Stability stability, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension) Construct a new instance.protectedAbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ProcessType in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return ProcessTypeConstructors in org.jboss.as.controller.access with parameters of type ProcessTypeModifierConstructorDescriptionEnvironment(ControlledProcessState processState, ProcessType processType) -
Uses of ProcessType in org.jboss.as.controller.capability.registry
Methods in org.jboss.as.controller.capability.registry with parameters of type ProcessTypeModifier and TypeMethodDescriptionstatic CapabilityScopeCapabilityScope.Factory.create(ProcessType processType, PathAddress address) Create aCapabilityScopeappropriate for the given process type and address -
Uses of ProcessType in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension with parameters of type ProcessTypeModifier and TypeMethodDescriptionstatic ExtensionRegistry.BuilderExtensionRegistry.builder(ProcessType processType) Returns a builder for creating anExtensionRegistry.Constructors in org.jboss.as.controller.extension with parameters of type ProcessTypeModifierConstructorDescriptionExtensionRegistry(ProcessType processType, RunningModeControl runningModeControl) Deprecated, for removal: This API element is subject to removal in a future version.Here for core-model-test and subsystem-test backwards compatibilityExtensionRegistry(ProcessType processType, RunningModeControl runningModeControl, ManagedAuditLogger auditLogger, JmxAuthorizer authorizer, Supplier<org.wildfly.security.auth.server.SecurityIdentity> securityIdentitySupplier, RuntimeHostControllerInfoAccessor hostControllerInfoAccessor) Deprecated, for removal: This API element is subject to removal in a future version.UseExtensionRegistry.builder(ProcessType)instead. -
Uses of ProcessType in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type ProcessTypeModifier and TypeMethodDescriptionfinal voidControllerLogger_$logger.invalidRuntimeStageForProfile(String operation, String address, OperationContext.Stage stage, ProcessType processType) voidControllerLogger.invalidRuntimeStageForProfile(String operation, String address, OperationContext.Stage stage, ProcessType processType) final IllegalStateExceptionControllerLogger_$logger.invalidStage(OperationContext.Stage stage, ProcessType processType) ControllerLogger.invalidStage(OperationContext.Stage stage, ProcessType processType) Creates an exception indicating the stage is not valid for the context process type.final IllegalStateExceptionControllerLogger_$logger.pathManagerNotAvailable(ProcessType processType) ControllerLogger.pathManagerNotAvailable(ProcessType processType) final IllegalStateExceptionControllerLogger_$logger.serverResultsAccessNotAllowed(ProcessType validType, ProcessType processType) ControllerLogger.serverResultsAccessNotAllowed(ProcessType validType, ProcessType processType) -
Uses of ProcessType in org.jboss.as.controller.operations.global
Methods in org.jboss.as.controller.operations.global with parameters of type ProcessTypeModifier and TypeMethodDescriptionstatic voidGlobalNotifications.registerGlobalNotifications(ManagementResourceRegistration root, ProcessType processType) static voidGlobalOperationHandlers.registerGlobalOperations(ManagementResourceRegistration root, ProcessType processType) -
Uses of ProcessType in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing that return ProcessTypeModifier and TypeMethodDescriptionExtensionParsingContext.getProcessType()Gets the type of the current process. -
Uses of ProcessType in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return ProcessTypeModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getProcessType()DelegatingManagementResourceRegistration.getProcessType()ImmutableManagementResourceRegistration.getProcessType()Gets the type of process in which this management resource type is registered.Methods in org.jboss.as.controller.registry with parameters of type ProcessTypeModifier and TypeMethodDescriptionManagementResourceRegistration.Factory.forProcessType(ProcessType processType) Returns a ManagementResourceRegistration's Factory that will use the specifiedprocessTypeand default stability level to determine whether resource metrics are registered or not.ManagementResourceRegistration.Factory.forProcessType(ProcessType processType, Stability stability) Returns a ManagementResourceRegistration's Factory that will use the specifiedprocessTypeand stability level to determine whether resource metrics are registered or not. -
Uses of ProcessType in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return ProcessTypeModifier and TypeMethodDescriptionTransformationContext.getProcessType()Get the type of process in which this operation is executing.Transformers.TransformationInputs.getProcessType()Gets the type of this process.Methods in org.jboss.as.controller.transform with parameters of type ProcessTypeModifier and TypeMethodDescriptionTransformers.Factory.create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment) Creates a ResourceTransformationContextTransformers.Factory.create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) Creates a ResourceTransformationContext