Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.remote |
Modifier and Type | Field and Description |
---|---|
static ProxyOperationAddressTranslator |
ProxyOperationAddressTranslator.HOST |
static ProxyOperationAddressTranslator |
ProxyOperationAddressTranslator.NOOP |
static ProxyOperationAddressTranslator |
ProxyOperationAddressTranslator.SERVER |
Modifier and Type | Method and Description |
---|---|
static TransformingProxyController |
TransformingProxyController.Factory.create(ManagementChannelHandler channelAssociation,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransactionalProtocolClient based on the given channelAssociation and then
uses that to create a TransformingProxyController . |
static TransformingProxyController |
TransformingProxyController.Factory.create(TransactionalProtocolClient client,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransformingProxyController based on the given TransactionalProtocolClient . |
Modifier and Type | Method and Description |
---|---|
static RemoteProxyController |
RemoteProxyController.create(ManagementChannelHandler channelAssociation,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Deprecated.
only present for test case use
|
static RemoteProxyController |
RemoteProxyController.create(TransactionalProtocolClient client,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
ModelVersion targetKernelVersion)
Create a new remote proxy controller.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.