Modifier and Type | Method and Description |
---|---|
ProductConfig |
HostControllerEnvironment.getProductConfig()
Gets the
ProductConfig detected at startup. |
Constructor and Description |
---|
HostControllerEnvironment(Map<String,String> hostSystemProperties,
boolean isRestart,
String modulePath,
InetAddress processControllerAddress,
Integer processControllerPort,
InetAddress hostControllerAddress,
Integer hostControllerPort,
String defaultJVM,
String domainConfig,
String initialDomainConfig,
String hostConfig,
String initialHostConfig,
RunningMode initialRunningMode,
boolean backupDomainFiles,
boolean useCachedDc,
ProductConfig productConfig)
Only for test cases
|
HostControllerEnvironment(Map<String,String> hostSystemProperties,
boolean isRestart,
String modulePath,
InetAddress processControllerAddress,
Integer processControllerPort,
InetAddress hostControllerAddress,
Integer hostControllerPort,
String defaultJVM,
String domainConfig,
String initialDomainConfig,
String hostConfig,
String initialHostConfig,
RunningMode initialRunningMode,
boolean backupDomainFiles,
boolean useCachedDc,
ProductConfig productConfig,
boolean securityManagerEnabled,
long startTime,
ProcessType processType) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
HostInfo.createLocalHostHostInfo(LocalHostControllerInfo hostInfo,
ProductConfig productConfig,
IgnoredDomainResourceRegistry ignoredResourceRegistry,
Resource hostModelResource)
Create the metadata which gets send to the DC when registering.
|
Modifier and Type | Method and Description |
---|---|
static InstallationManager |
InstallationManager.load(File jbossHome,
List<File> moduleRoots,
List<File> bundlesRoots,
ProductConfig productConfig)
Load the default installation manager implementation.
|
protected static InstallationManager |
InstallationManagerService.load(File jbossHome,
ProductConfig productConfig) |
static InstalledIdentity |
InstalledIdentity.load(File jbossHome,
ProductConfig productConfig,
File... repoRoots)
Load the layers based on the default setup.
|
static InstalledIdentity |
InstalledIdentity.load(InstalledImage installedImage,
ProductConfig productConfig,
List<File> moduleRoots,
List<File> bundleRoots)
Load the InstalledIdentity configuration based on the module.path
|
Constructor and Description |
---|
InstallationManagerImpl(InstalledImage installedImage,
List<File> moduleRoots,
List<File> bundlesRoots,
ProductConfig productConfig) |
Modifier and Type | Method and Description |
---|---|
ProductConfig |
ServerEnvironment.getProductConfig()
Gets the
ProductConfig detected at startup. |
Constructor and Description |
---|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig)
Only for use by internal test fixtures.
|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig,
long startTime) |
Modifier and Type | Method and Description |
---|---|
static void |
VersionModelInitializer.registerRootResource(Resource rootResource,
ProductConfig cfg) |
Constructor and Description |
---|
InstallationConfiguration(ProcessEnvironment environment,
ProductConfig config,
org.jboss.dmr.ModelNode patchingInfo,
Path installationDir) |
Modifier and Type | Method and Description |
---|---|
static ProductConfig |
ProductConfig.fromFilesystemSlot(org.jboss.modules.ModuleLoader loader,
String home,
Map<?,?> providedProperties) |
static ProductConfig |
ProductConfig.fromKnownSlot(String slot,
org.jboss.modules.ModuleLoader loader,
Map<?,?> providedProperties) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.