Package | Description |
---|---|
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt | |
org.jboss.as.patching.installation | |
org.jboss.as.server | |
org.jboss.as.server.controller.resources |
Modifier and Type | Method and Description |
---|---|
ProductConfig |
HostControllerEnvironment.getProductConfig()
Gets the
ProductConfig detected at startup. |
Modifier and Type | Method and Description |
---|---|
static Future<MasterDomainControllerClient> |
RemoteDomainConnectionService.install(org.jboss.msc.service.ServiceTarget serviceTarget,
ModelController controller,
ExtensionRegistry extensionRegistry,
LocalHostControllerInfo localHostControllerInfo,
ProductConfig productConfig,
String securityRealm,
org.jboss.as.host.controller.RemoteDomainConnectionService.RemoteFileRepository remoteFileRepository,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
HostControllerRegistrationHandler.OperationExecutor operationExecutor,
DomainController domainController,
HostControllerEnvironment hostControllerEnvironment,
RunningMode currentRunningMode) |
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) |
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
|
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,
String initialServerConfig,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig) |
Modifier and Type | Method and Description |
---|---|
static void |
VersionModelInitializer.registerRootResource(Resource rootResource,
ProductConfig cfg) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.