Modifier and Type | Method and Description |
---|---|
HostFileRepository |
DomainController.getLocalFileRepository()
Gets the file repository backing this domain controller
|
HostFileRepository |
DomainController.getRemoteFileRepository()
Gets the file repository backing the master domain controller
|
Modifier and Type | Method and Description |
---|---|
void |
DomainController.initializeMasterDomainRegistry(ManagementResourceRegistration root,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
ExtensionRegistry extensionRegistry,
PathManagerService pathManager) |
void |
DomainController.initializeSlaveDomainRegistry(ManagementResourceRegistration root,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
LocalHostControllerInfo hostControllerInfo,
ExtensionRegistry extensionRegistry,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
PathManagerService pathManager) |
Modifier and Type | Method and Description |
---|---|
HostFileRepository |
SyncModelParameters.getFileRepository() |
Modifier and Type | Method and Description |
---|---|
HostFileRepository |
DomainModelControllerService.getLocalFileRepository() |
HostFileRepository |
MasterDomainControllerClient.getRemoteFileRepository()
Gets a
HostFileRepository capable of retrieving files from the
master domain controller. |
HostFileRepository |
RemoteDomainConnectionService.getRemoteFileRepository()
Gets a
HostFileRepository capable of retrieving files from the
master domain controller. |
HostFileRepository |
DomainModelControllerService.getRemoteFileRepository() |
Constructor and Description |
---|
HostResourceDefinition(String hostName,
HostControllerConfigurationPersister configurationPersister,
HostControllerEnvironment environment,
HostRunningModeControl runningModeControl,
HostFileRepository localFileRepository,
LocalHostControllerInfoImpl hostControllerInfo,
ServerInventory serverInventory,
HostFileRepository remoteFileRepository,
ContentRepository contentRepository,
DomainController domainController,
ExtensionRegistry hostExtensionRegistry,
AbstractVaultReader vaultReader,
IgnoredDomainResourceRegistry ignoredRegistry,
ControlledProcessState processState,
PathManagerService pathManager,
DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
BootErrorCollector bootErrorCollector) |
Modifier and Type | Method and Description |
---|---|
static LocalDomainControllerAddHandler |
LocalDomainControllerAddHandler.getInstance(ManagementResourceRegistration rootRegistration,
LocalHostControllerInfoImpl hostControllerInfo,
HostControllerConfigurationPersister overallConfigPersister,
HostFileRepository fileRepository,
ContentRepository contentRepository,
DomainController domainController,
ExtensionRegistry extensionRegistry,
PathManagerService pathManager) |
Constructor and Description |
---|
RemoteDomainControllerAddHandler(ManagementResourceRegistration rootRegistration,
LocalHostControllerInfoImpl hostControllerInfo,
DomainController domainController,
HostControllerConfigurationPersister overallConfigPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
ExtensionRegistry extensionRegistry,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
PathManagerService pathManager) |
Modifier and Type | Class and Description |
---|---|
class |
LocalFileRepository
A repository used to retrieve files in the domain directory structure.
|
Modifier and Type | Method and Description |
---|---|
HostFileRepository |
LocalFileRepository.getValue() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.