Modifier and Type | Field and Description |
---|---|
protected ProcessType |
AbstractControllerService.processType |
Modifier and Type | Method and Description |
---|---|
ProcessType |
ExtensionContext.getProcessType()
Gets the type of the current process.
|
ProcessType |
OperationContext.getProcessType()
Get the type of process in which this operation is executing.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerMessages.invalidStage(OperationContext.Stage stage,
ProcessType processType)
Creates an exception indicating the stage is not valid for the context process type.
|
IllegalStateException |
ControllerMessages.pathManagerNotAvailable(ProcessType processType) |
IllegalStateException |
ControllerMessages.serverResultsAccessNotAllowed(ProcessType validType,
ProcessType processType) |
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)
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 |
---|---|
ProcessType |
ExtensionRegistry.getProcessType()
Gets the type of the current process.
|
ProcessType |
ExtensionRegistry.ExtensionContextImpl.getProcessType() |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
HostModelUtil.createRootRegistry(ManagementResourceRegistration root,
HostControllerEnvironment environment,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
HostModelUtil.HostModelRegistrar hostModelRegistrar,
ProcessType processType,
DelegatingConfigurableAuthorizer authorizer) |
Constructor and Description |
---|
RemotingSubsystemRootResource(ProcessType processType) |
Modifier and Type | Method and Description |
---|---|
ProcessType |
ServerEnvironment.LaunchType.getProcessType() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.