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,
boolean validateAddresses) |
static TransformingProxyController |
TransformingProxyController.Factory.create(TransactionalProtocolClient client,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses) |
Modifier and Type | Method and Description |
---|---|
static RemoteProxyController |
RemoteProxyController.create(ManagementChannelHandler channelAssociation,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses)
Creates a new remote proxy controller using an existing channel.
|
static RemoteProxyController |
RemoteProxyController.create(TransactionalProtocolClient client,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses)
Create a new remote proxy controller.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.