Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.registry | |
org.jboss.as.controller.remote |
Constructor and Description |
---|
ProxyStepHandler(ProxyController proxyController) |
Modifier and Type | Method and Description |
---|---|
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> |
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 |
ManagementResourceRegistration.registerProxyController(PathElement address,
ProxyController proxyController)
Register a proxy controller.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteProxyController
Remote
ProxyController implementation. |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.