Uses of Interface
org.jboss.as.controller.ProxyOperationAddressTranslator
-
Packages that use ProxyOperationAddressTranslator Package Description org.jboss.as.controller org.jboss.as.controller.remote -
-
Uses of ProxyOperationAddressTranslator in org.jboss.as.controller
Fields in org.jboss.as.controller declared as ProxyOperationAddressTranslator Modifier and Type Field Description static ProxyOperationAddressTranslatorProxyOperationAddressTranslator. HOSTstatic ProxyOperationAddressTranslatorProxyOperationAddressTranslator. NOOPstatic ProxyOperationAddressTranslatorProxyOperationAddressTranslator. SERVERMethods in org.jboss.as.controller with parameters of type ProxyOperationAddressTranslator Modifier and Type Method Description static TransformingProxyControllerTransformingProxyController.Factory. create(TransactionalProtocolClient client, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Creates aTransformingProxyControllerbased on the givenTransactionalProtocolClient.static TransformingProxyControllerTransformingProxyController.Factory. create(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Creates aTransactionalProtocolClientbased on the givenchannelAssociationand then uses that to create aTransformingProxyController. -
Uses of ProxyOperationAddressTranslator in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote with parameters of type ProxyOperationAddressTranslator Modifier and Type Method Description static RemoteProxyControllerRemoteProxyController. create(TransactionalProtocolClient client, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator, ModelVersion targetKernelVersion)Create a new remote proxy controller.static RemoteProxyControllerRemoteProxyController. create(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Deprecated.only present for test case use
-