| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.transform | |
| org.jboss.as.domain.controller | |
| org.jboss.as.domain.controller.operations | |
| org.jboss.as.host.controller |
| Modifier and Type | Method and Description |
|---|---|
Transformers |
TransformingProxyController.getTransformers()
Get the Transformers!
|
| 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 | Class and Description |
|---|---|
class |
TransformersImpl |
| Modifier and Type | Method and Description |
|---|---|
static Transformers |
Transformers.Factory.create(TransformationTarget target)
Returns a transformers object appropriate for the given target process.
|
static Transformers |
Transformers.Factory.createLocal()
Create a local transformer, which will use the default transformation rules, however still respect the
ignored resource transformation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainController.registerRemoteHost(String hostName,
ManagementChannelHandler handler,
Transformers transformers,
Long remoteConnectionId,
boolean registerProxyController)
Registers a slave Host Controller with this domain controller.
|
| Constructor and Description |
|---|
FetchMissingConfigurationHandler(String hostName,
Transformers transformers,
ExtensionRegistry extensionRegistry) |
ReadMasterDomainModelHandler(HostInfo hostInfo,
Transformers transformers,
ExtensionRegistry extensionRegistry,
boolean lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainModelControllerService.registerRemoteHost(String hostName,
ManagementChannelHandler handler,
Transformers transformers,
Long remoteConnectionId,
boolean registerProxyController) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.