public abstract class ModelTestModelControllerService
extends org.jboss.as.controller.AbstractControllerService
AbstractControllerService exists here in the main code source, for the legacy controllers it is got from the
xxxx/test-controller-xxx jars instead (see the constructor javadocs for more information)| Modifier and Type | Class and Description |
|---|---|
static class |
ModelTestModelControllerService.Controller10x |
static class |
ModelTestModelControllerService.Controller11x |
static class |
ModelTestModelControllerService.Controller14x |
static class |
ModelTestModelControllerService.Controller18x |
static class |
ModelTestModelControllerService.Controller23x |
static class |
ModelTestModelControllerService.Controller73x |
static class |
ModelTestModelControllerService.Controller74x |
static class |
ModelTestModelControllerService.Controller90x |
static class |
ModelTestModelControllerService.DelegatingResourceDefinition |
org.jboss.as.controller.AbstractControllerService.ControllerInstabilityListener, org.jboss.as.controller.AbstractControllerService.ModelControllerServiceInitializationParams, org.jboss.as.controller.AbstractControllerService.PartialModelIndicatorauthorizer, BOOT_STACK_SIZE_PROPERTY, CLIENT_FACTORY_CAPABILITY, DEFAULT_BOOT_STACK_SIZE, EXECUTOR_CAPABILITY, EXPRESSION_RESOLVER_EXTENSION_REGISTRY_CAPABILITY_NAME, NOTIFICATION_REGISTRY_CAPABILITY, PATH_MANAGER_CAPABILITY, PROCESS_STATE_NOTIFIER_CAPABILITY, processType, securityIdentitySupplier| Modifier | Constructor and Description |
|---|---|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.descriptions.DescriptionProvider rootDescriptionProvider,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller74x version)
This is the constructor to use for subsystem-test/test-controller-7.4.x
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry)
This is the constructor to use for current core model tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
ModelTestModelControllerService.Controller10x version)
This is the constructor to use for 10.0.x core model tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
ModelTestModelControllerService.Controller11x version)
This is the constructor to use for 11.0.x core model tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
ModelTestModelControllerService.Controller90x version)
This is the constructor to use for 9.0.x core model tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller74x version)
This is the constructor to use for core-model/test-controller-7.4.x
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller14x version)
This is the constructor to use for 14.0.x subsystem tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller18x version)
This is the constructor to use for 18.0.x subsystem tests.
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller23x version)
This is the constructor to use for 23.0.x subsystem tests.
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller14x version)
This is the constructor to use for 14.0.x core model tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller18x version)
This is the constructor to use for 18.0.x core model tests.
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller23x version)
This is the constructor to use for 23.0.x core model tests.
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller10x version)
This is the constructor to use for 10.0.x subsystem tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller11x version)
This is the constructor to use for 11.0.x subsystem tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller90x version)
This is the constructor to use for 9.0.x subsystem tests
|
protected |
ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry)
This is the constructor to use for current subsystem tests
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure) |
protected void |
bootThreadDone() |
protected void |
countdownDoneLatch() |
Throwable |
getBootError() |
org.jboss.as.controller.registry.ManagementResourceRegistration |
getRootRegistration() |
static org.jboss.as.controller.registry.Resource |
grabRootResource(ModelTestKernelServices<?> kernelServices)
Grabs the current root resource.
|
protected void |
initCoreModel(org.jboss.as.controller.ManagementModel managementModel,
org.jboss.as.controller.registry.Resource modelControllerResource) |
protected void |
initCoreModel(org.jboss.as.controller.registry.Resource rootResource,
org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration,
org.jboss.as.controller.registry.Resource modelControllerResource)
Deprecated.
only for legacy version support
|
protected void |
initExtraModel(org.jboss.as.controller.ManagementModel managementModel) |
protected void |
initExtraModel(org.jboss.as.controller.registry.Resource rootResource,
org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration)
Deprecated.
only for legacy version support
|
protected void |
initModel(org.jboss.as.controller.ManagementModel managementModel,
org.jboss.as.controller.registry.Resource modelControllerResource) |
protected void |
initModel(org.jboss.as.controller.registry.Resource rootResource,
org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration,
org.jboss.as.controller.registry.Resource modelControllerResource)
Deprecated.
only for legacy version support
|
protected org.jboss.dmr.ModelNode |
internalExecute(org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.client.OperationMessageHandler handler,
org.jboss.as.controller.ModelController.OperationTransactionControl control,
org.jboss.as.controller.client.OperationAttachments attachments,
org.jboss.as.controller.OperationStepHandler prepareStep) |
boolean |
isSuccessfulBoot() |
protected void |
postBoot() |
protected void |
preBoot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
waitForSetup() |
acquireReadLock, boot, boot, boot, boot, clearBootingReadOnlyFlag, createExtraValidationStepHandler, executeAdditionalCliBootScript, executeReadOnlyOperation, executeReadOnlyOperation, executeReadOnlyOperation, executeReadOnlyOperation, finishBoot, finishBoot, getAuditLogger, getBootErrorCollector, getExecutorService, getModelControllerServiceInitializationParams, getMutableRootResourceRegistrationProvider, getNotificationSupport, getPartialModelIndicator, getStabilityMonitor, getValue, internalExecute, internalExecute, internalExecute, isExposingClientServicesAllowed, registerModelControllerServiceInitializationBootStep, releaseReadLock, setConfigurationPersister, stop, stopAsynchronousprotected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller74x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.descriptions.DescriptionProvider rootDescriptionProvider,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller74x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
ModelTestModelControllerService.Controller90x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller90x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
ModelTestModelControllerService.Controller10x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller10x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
ModelTestModelControllerService.Controller11x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
ModelTestModelControllerService.Controller11x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller14x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller14x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller18x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller18x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller23x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry,
ModelTestModelControllerService.Controller23x version)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
ModelTestModelControllerService.DelegatingResourceDefinition rootResourceDefinition,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry)
protected ModelTestModelControllerService(org.jboss.as.controller.ProcessType processType,
org.jboss.as.controller.RunningModeControl runningModeControl,
org.jboss.as.controller.transform.TransformerRegistry transformerRegistry,
StringConfigurationPersister persister,
ModelTestOperationValidatorFilter validateOpsFilter,
org.jboss.as.controller.ResourceDefinition resourceDefinition,
org.jboss.as.controller.ExpressionResolver expressionResolver,
org.jboss.as.controller.ControlledProcessState processState,
org.jboss.as.controller.CapabilityRegistry capabilityRegistry)
public boolean isSuccessfulBoot()
public Throwable getBootError()
protected void initModel(org.jboss.as.controller.ManagementModel managementModel,
org.jboss.as.controller.registry.Resource modelControllerResource)
initModel in class org.jboss.as.controller.AbstractControllerService@Deprecated protected void initModel(org.jboss.as.controller.registry.Resource rootResource, org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration, org.jboss.as.controller.registry.Resource modelControllerResource)
protected void initCoreModel(org.jboss.as.controller.ManagementModel managementModel,
org.jboss.as.controller.registry.Resource modelControllerResource)
@Deprecated protected void initCoreModel(org.jboss.as.controller.registry.Resource rootResource, org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration, org.jboss.as.controller.registry.Resource modelControllerResource)
protected void initExtraModel(org.jboss.as.controller.ManagementModel managementModel)
@Deprecated protected void initExtraModel(org.jboss.as.controller.registry.Resource rootResource, org.jboss.as.controller.registry.ManagementResourceRegistration rootRegistration)
protected boolean boot(List<org.jboss.dmr.ModelNode> bootOperations, boolean rollbackOnRuntimeFailure) throws org.jboss.as.controller.persistence.ConfigurationPersistenceException
boot in class org.jboss.as.controller.AbstractControllerServiceorg.jboss.as.controller.persistence.ConfigurationPersistenceExceptionprotected void preBoot(List<org.jboss.dmr.ModelNode> bootOperations, boolean rollbackOnRuntimeFailure)
protected void postBoot()
postBoot in class org.jboss.as.controller.AbstractControllerServiceprotected void bootThreadDone()
bootThreadDone in class org.jboss.as.controller.AbstractControllerServiceprotected void countdownDoneLatch()
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Servicestart in class org.jboss.as.controller.AbstractControllerServiceorg.jboss.msc.service.StartExceptionpublic org.jboss.as.controller.registry.ManagementResourceRegistration getRootRegistration()
public static org.jboss.as.controller.registry.Resource grabRootResource(ModelTestKernelServices<?> kernelServices)
kernelServices - the kernel services used to access the controllerprotected org.jboss.dmr.ModelNode internalExecute(org.jboss.dmr.ModelNode operation,
org.jboss.as.controller.client.OperationMessageHandler handler,
org.jboss.as.controller.ModelController.OperationTransactionControl control,
org.jboss.as.controller.client.OperationAttachments attachments,
org.jboss.as.controller.OperationStepHandler prepareStep)
internalExecute in class org.jboss.as.controller.AbstractControllerServiceCopyright © 2022 JBoss by Red Hat. All rights reserved.