Modifier and Type | Interface and Description |
---|---|
interface |
TransformingProxyController
A
ProxyController with transformation capabilities. |
Modifier and Type | Method and Description |
---|---|
int |
BlockingTimeout.getProxyBlockingTimeout(PathAddress targetAddress,
ProxyController proxyController)
Gets the maximum period, in ms, a blocking call should block waiting for a response from a remote
process in a managed domain.
|
Constructor and Description |
---|
ProxyStepHandler(ProxyController proxyController) |
Modifier and Type | Method and Description |
---|---|
ProxyController |
DelegatingManagementResourceRegistration.getProxyController(PathAddress address) |
ProxyController |
ImmutableManagementResourceRegistration.getProxyController(PathAddress address)
If there is a proxy controller registered under any part of the registered address it will be returned.
|
ProxyController |
DelegatingImmutableManagementResourceRegistration.getProxyController(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
Set<ProxyController> |
DelegatingManagementResourceRegistration.getProxyControllers(PathAddress address) |
Set<ProxyController> |
ImmutableManagementResourceRegistration.getProxyControllers(PathAddress address)
Finds all proxy controllers registered at the passed in address, or at lower levels.
|
Set<ProxyController> |
DelegatingImmutableManagementResourceRegistration.getProxyControllers(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingManagementResourceRegistration.registerProxyController(PathElement address,
ProxyController proxyController) |
void |
ManagementResourceRegistration.registerProxyController(PathElement address,
ProxyController proxyController)
Register a proxy controller.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteProxyController
Remote
ProxyController implementation. |
Modifier and Type | Method and Description |
---|---|
void |
DomainController.registerRunningServer(ProxyController serverControllerClient)
Registers a running server in the domain model
|
Modifier and Type | Method and Description |
---|---|
static Map<String,ProxyController> |
DomainServerUtils.getServerProxies(String localHostName,
Resource domainRootResource,
ImmutableManagementResourceRegistration domainRootResourceRegistration) |
Modifier and Type | Method and Description |
---|---|
static Set<ServerIdentity> |
DomainServerUtils.getAllRunningServers(org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
static Set<ServerIdentity> |
DomainServerUtils.getServersForGroup(String groupName,
org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
static Set<ServerIdentity> |
DomainServerUtils.getServersForType(String type,
String ref,
org.jboss.dmr.ModelNode domainModel,
org.jboss.dmr.ModelNode hostModel,
String localHostName,
Map<String,ProxyController> serverProxies) |
Constructor and Description |
---|
DomainRolloutStepHandler(Map<String,ProxyController> hostProxies,
Map<String,ProxyController> serverProxies,
MultiphaseOverallContext multiphaseContext,
org.jboss.dmr.ModelNode rolloutPlan,
org.jboss.dmr.ModelNode serverOperationHeaders,
ExecutorService executorService) |
DomainRolloutStepHandler(Map<String,ProxyController> hostProxies,
Map<String,ProxyController> serverProxies,
MultiphaseOverallContext multiphaseContext,
org.jboss.dmr.ModelNode rolloutPlan,
org.jboss.dmr.ModelNode serverOperationHeaders,
ExecutorService executorService) |
DomainSlaveHandler(Map<String,ProxyController> hostProxies,
MultiphaseOverallContext domainOperationContext) |
PrepareStepHandler(LocalHostControllerInfo localHostControllerInfo,
Map<String,ProxyController> hostProxies,
Map<String,ProxyController> serverProxies,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
ExtensionRegistry extensionRegistry) |
PrepareStepHandler(LocalHostControllerInfo localHostControllerInfo,
Map<String,ProxyController> hostProxies,
Map<String,ProxyController> serverProxies,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
ExtensionRegistry extensionRegistry) |
ServerOperationResolver(String localHostName,
Map<String,ProxyController> serverProxies) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProxyController> |
SyncModelParameters.getServerProxies() |
Constructor and Description |
---|
SyncModelParameters(DomainController domainController,
IgnoredDomainResourceRegistry ignoredResourceRegistry,
HostControllerEnvironment hostControllerEnvironment,
ExtensionRegistry extensionRegistry,
HostControllerRegistrationHandler.OperationExecutor operationExecutor,
boolean fullModelTransfer,
Map<String,ProxyController> serverProxies,
HostFileRepository fileRepository,
ContentRepository contentRepository) |
Modifier and Type | Method and Description |
---|---|
ProxyController |
ServerInventory.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelHandler)
Notification that a channel for communication with a managed server process has been registered.
|
ProxyController |
ServerInventoryImpl.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelAssociation) |
Modifier and Type | Method and Description |
---|---|
void |
DomainModelControllerService.registerRunningServer(ProxyController serverControllerClient) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.