| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.registry | |
| org.jboss.as.controller.remote |
| 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 |
ImmutableManagementResourceRegistration.getProxyController(PathAddress address)
If there is a proxy controller registered under any part of the registered address it will be returned.
|
ProxyController |
DelegatingManagementResourceRegistration.getProxyController(PathAddress address) |
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> |
DelegatingManagementResourceRegistration.getProxyControllers(PathAddress address) |
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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.