Constructor and Description |
---|
ProxyStepHandler(ProxyController proxyController) |
Modifier and Type | Method and Description |
---|---|
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> |
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 |
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.registerRemoteHost(ProxyController hostControllerClient)
Registers a Host Controller with this domain controller.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
DomainModelControllerService.registerRemoteHost(ProxyController hostControllerClient) |
void |
DomainModelControllerService.registerRunningServer(ProxyController serverControllerClient) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.