Package | Description |
---|---|
org.jboss.as.server | |
org.jboss.as.server.controller.resources | |
org.jboss.as.server.operations |
Modifier and Type | Method and Description |
---|---|
static ServerEnvironment |
SelfContainedContainer.determineEnvironment(Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType,
long startTime) |
static ServerEnvironment |
Main.determineEnvironment(String[] args,
Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType)
|
static ServerEnvironment |
Main.determineEnvironment(String[] args,
Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType,
long startTime)
Establish the
ServerEnvironment object for this server. |
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 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,
ManagedAuditLogger auditLogger,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider,
BootErrorCollector bootErrorCollector,
CapabilityRegistry capabilityRegistry) |
Modifier and Type | Method and Description |
---|---|
static InstallationReportHandler |
InstallationReportHandler.createOperation(ServerEnvironment environment) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.