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!
|
Transformers |
TransformingProxyController.TransformingProxyControllerImpl.getTransformers() |
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) |
Constructor and Description |
---|
TransformingProxyControllerImpl(Transformers transformers,
RemoteProxyController proxy) |
Modifier and Type | Class and Description |
---|---|
class |
TransformersImpl |
Modifier and Type | Method and Description |
---|---|
static Transformers |
Transformers.Factory.create(TransformationTarget target) |
Modifier and Type | Method and Description |
---|---|
void |
DomainController.registerRemoteHost(String hostName,
ManagementChannelHandler handler,
Transformers transformers,
Long remoteConnectionId,
DomainControllerRuntimeIgnoreTransformationEntry runtimeIgnoreTransformation)
Registers a slave Host Controller with this domain controller.
|
Modifier and Type | Field and Description |
---|---|
protected Transformers |
PullDownDataForServerConfigOnSlaveHandler.transformers |
protected Transformers |
ReadMasterDomainModelHandler.transformers |
Modifier and Type | Method and Description |
---|---|
static ReadMasterDomainModelUtil |
ReadMasterDomainModelUtil.readMasterDomainResourcesForPiggyBackFollowingDomainControllerChange(OperationContext context,
Set<PathElement> missingRootResources,
Transformers transformers,
String hostName,
DomainControllerRuntimeIgnoreTransformationRegistry ignoreTransformationRegistry)
Used to read the domain model when a change is made to a server group on the DC, and missing data needs to be piggy backed to the slave
|
Constructor and Description |
---|
PullDownDataForServerConfigOnSlaveHandler(String host,
Transformers transformers,
DomainControllerRuntimeIgnoreTransformationRegistry runtimeIgnoreTransformationRegistry) |
ReadMasterDomainModelHandler(String host,
Transformers transformers,
DomainControllerRuntimeIgnoreTransformationRegistry runtimeIgnoreTransformationRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
DomainModelControllerService.registerRemoteHost(String hostName,
ManagementChannelHandler handler,
Transformers transformers,
Long remoteConnectionId,
DomainControllerRuntimeIgnoreTransformationEntry runtimeIgnoreTransformation) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.