| Modifier and Type | Field and Description |
|---|---|
protected ProcessType |
AbstractControllerService.processType |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
OperationContext.getProcessType()
Get the type of process in which this operation is executing.
|
ProcessType |
ExtensionContext.getProcessType()
Gets the type of the current process.
|
static ProcessType |
ProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessType[] |
ProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer,
ManagementSecurityIdentitySupplier securityIdentitySupplier)
Deprecated.
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer,
ManagementSecurityIdentitySupplier securityIdentitySupplier,
CapabilityRegistry capabilityRegistry)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
Environment.getProcessType() |
| Constructor and Description |
|---|
Environment(ControlledProcessState processState,
ProcessType processType) |
| Modifier and Type | Method and Description |
|---|---|
static CapabilityScope |
CapabilityScope.Factory.create(ProcessType processType,
PathAddress address)
Create a
CapabilityScope appropriate for the given process type and address |
| Constructor and Description |
|---|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl)
Deprecated.
Here for core-model-test and subsystem-test backwards compatibility
|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl,
ManagedAuditLogger auditLogger,
JmxAuthorizer authorizer,
Supplier<org.wildfly.security.auth.server.SecurityIdentity> securityIdentitySupplier,
RuntimeHostControllerInfoAccessor hostControllerInfoAccessor)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalNotifications.registerGlobalNotifications(ManagementResourceRegistration root,
ProcessType processType) |
static void |
GlobalOperationHandlers.registerGlobalOperations(ManagementResourceRegistration root,
ProcessType processType) |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ExtensionParsingContext.getProcessType()
Gets the type of the current process.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ImmutableManagementResourceRegistration.getProcessType()
Gets the type of process in which this management resource type is registered.
|
ProcessType |
DelegatingManagementResourceRegistration.getProcessType() |
ProcessType |
DelegatingImmutableManagementResourceRegistration.getProcessType() |
| Modifier and Type | Method and Description |
|---|---|
static ManagementResourceRegistration.Factory |
ManagementResourceRegistration.Factory.forProcessType(ProcessType processType)
Returns a ManagementResourceRegistration's Factory that will use the specified
processType
to determine whether resource metrics are registered or not. |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
Transformers.TransformationInputs.getProcessType()
Gets the type of this process.
|
ProcessType |
TransformationContext.getProcessType()
Get the type of process in which this operation is executing.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment)
Creates a ResourceTransformationContext
|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Creates a ResourceTransformationContext
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.