Uses of Interface
org.jboss.as.controller.ProxyOperationAddressTranslator
Packages that use ProxyOperationAddressTranslator
-
Uses of ProxyOperationAddressTranslator in org.jboss.as.controller
Fields in org.jboss.as.controller declared as ProxyOperationAddressTranslatorModifier and TypeFieldDescriptionstatic final ProxyOperationAddressTranslatorProxyOperationAddressTranslator.HOSTstatic final ProxyOperationAddressTranslatorProxyOperationAddressTranslator.NOOPstatic final ProxyOperationAddressTranslatorProxyOperationAddressTranslator.SERVERMethods in org.jboss.as.controller with parameters of type ProxyOperationAddressTranslatorModifier and TypeMethodDescriptionstatic 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 ProxyOperationAddressTranslatorModifier and TypeMethodDescriptionstatic 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