Modifier and Type | Interface and Description |
---|---|
interface |
TransformingProxyController
A
ProxyController with transformation capabilities. |
Modifier and Type | Class and Description |
---|---|
static class |
TransformingProxyController.TransformingProxyControllerImpl |
Constructor and Description |
---|
ProxyStepHandler(ProxyController proxyController) |
Modifier and Type | Method and Description |
---|---|
ProxyController |
DelegatingManagementResourceRegistration.getProxyController(PathAddress address) |
ProxyController |
DelegatingImmutableManagementResourceRegistration.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.
|
Modifier and Type | Method and Description |
---|---|
Set<ProxyController> |
DelegatingManagementResourceRegistration.getProxyControllers(PathAddress address) |
Set<ProxyController> |
DelegatingImmutableManagementResourceRegistration.getProxyControllers(PathAddress address) |
Set<ProxyController> |
ImmutableManagementResourceRegistration.getProxyControllers(PathAddress address)
Finds all proxy controllers registered at the passed in address, or at lower levels.
|
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) |
Modifier and Type | Method and Description |
---|---|
ProxyController |
ServerInventoryImpl.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelAssociation) |
ProxyController |
ServerInventory.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelHandler)
Notification that a channel for communication with a managed server process has been registered.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainModelControllerService.registerRunningServer(ProxyController serverControllerClient) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.