Modifier and Type | Method and Description |
---|---|
ServerEnvironment |
ProtocolStackConfiguration.getEnvironment() |
Constructor and Description |
---|
DistributableCache(BeanManager<UUID,K,V> manager,
StatefulObjectFactory<V> factory,
ServerEnvironment environment) |
Constructor and Description |
---|
SimpleCache(StatefulObjectFactory<V> factory,
IdentifierFactory<K> identifierFactory,
StatefulTimeoutInfo timeout,
ServerEnvironment environment,
ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
static ServerEnvironment |
Main.determineEnvironment(String[] args,
Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType) |
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) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ServerEnvironment> |
ServerConfigImpl.getServerEnvironmentInjector() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.