| Package | Description |
|---|---|
| org.jboss.as.server | |
| org.jboss.as.server.controller.resources | |
| org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
| org.jboss.as.server.operations |
| Modifier and Type | Method and Description |
|---|---|
ServerEnvironment |
ServerEnvironmentWrapper.getServerEnvironment() |
ServerEnvironment |
Bootstrap.Configuration.getServerEnvironment()
Get the server environment.
|
ServerEnvironment |
ServerEnvironmentService.getValue() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerEnvironmentService.addService(ServerEnvironment serverEnvironment,
org.jboss.msc.service.ServiceTarget target)
Adds a ServerEnvironmentService based on the given
serverEnvironment
to the given batch under name ServerEnvironmentService.SERVICE_NAME. |
static org.jboss.msc.service.ServiceController<?> |
ServerPathManagerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget,
ServerPathManagerService service,
ServerEnvironment serverEnvironment) |
ExtensibleConfigurationPersister |
Bootstrap.ConfigurationPersisterFactory.createConfigurationPersister(ServerEnvironment serverEnvironment,
ExecutorService executorService) |
static ServerEnvironmentResourceDescription |
ServerEnvironmentResourceDescription.of(ServerEnvironment environment)
A factory method for creating a new server environment resource description.
|
| Constructor and Description |
|---|
Configuration(ServerEnvironment serverEnvironment) |
ServerEnvironmentSystemPropertyUpdater(ServerEnvironment serverEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentResourceDefinition |
ServerDeploymentResourceDefinition.create(ContentRepository contentRepository,
AbstractVaultReader vaultReader,
ServerEnvironment serverEnvironment) |
static SystemPropertyResourceDefinition |
SystemPropertyResourceDefinition.createForStandaloneServer(ServerEnvironment processEnvironment) |
| Constructor and Description |
|---|
ServerRootResourceDefinition(ContentRepository contentRepository,
ExtensibleConfigurationPersister extensibleConfigurationPersister,
ServerEnvironment serverEnvironment,
ControlledProcessState processState,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ExtensionRegistry extensionRegistry,
boolean parallelBoot,
PathManagerService pathManager,
DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater,
DelegatingConfigurableAuthorizer authorizer,
ManagementSecurityIdentitySupplier securityIdentitySupplier,
ManagedAuditLogger auditLogger,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider,
BootErrorCollector bootErrorCollector,
CapabilityRegistry capabilityRegistry) |
| Constructor and Description |
|---|
ExplodedDeploymentAddContentHandler(ContentRepository contentRepository,
ServerEnvironment serverEnvironment) |
ExplodedDeploymentRemoveContentHandler(ContentRepository contentRepository,
ServerEnvironment serverEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
static InstallationReportHandler |
InstallationReportHandler.createOperation(ServerEnvironment environment) |
| Constructor and Description |
|---|
ServerDomainProcessReloadHandler(org.jboss.msc.service.ServiceName rootService,
RunningModeControl runningModeControl,
ControlledProcessState processState,
DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater,
ServerEnvironment serverEnvironment) |
ServerProcessReloadHandler(org.jboss.msc.service.ServiceName rootService,
RunningModeControl runningModeControl,
ControlledProcessState processState,
ServerEnvironment environment) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.