| 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)
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,
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)
Deprecated.
Remove once there has been a core release and we can update wildfly
|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl,
ManagedAuditLogger auditLogger,
JmxAuthorizer authorizer,
RuntimeHostControllerInfoAccessor hostControllerInfoAccessor)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IllegalStateException |
ControllerLogger.invalidStage(OperationContext.Stage stage,
ProcessType processType)
Creates an exception indicating the stage is not valid for the context process type.
|
IllegalStateException |
ControllerLogger.pathManagerNotAvailable(ProcessType processType) |
IllegalStateException |
ControllerLogger.serverResultsAccessNotAllowed(ProcessType validType,
ProcessType processType) |
| 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 |
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 © 2015 JBoss by Red Hat. All rights reserved.