Uses of Interface
org.jboss.as.controller.ProxyController.ProxyOperationControl
-
Packages that use ProxyController.ProxyOperationControl Package Description org.jboss.as.controller org.jboss.as.controller.remote -
-
Uses of ProxyController.ProxyOperationControl in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type ProxyController.ProxyOperationControl Modifier and Type Method Description voidProxyController. execute(org.jboss.dmr.ModelNode operation, OperationMessageHandler handler, ProxyController.ProxyOperationControl control, OperationAttachments attachments, BlockingTimeout blockingTimeout)Execute an operation, sending updates to the given handler and receiving the response via the givenModelController.OperationTransactionControl. -
Uses of ProxyController.ProxyOperationControl in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote with parameters of type ProxyController.ProxyOperationControl Modifier and Type Method Description voidRemoteProxyController. execute(org.jboss.dmr.ModelNode original, OperationMessageHandler messageHandler, ProxyController.ProxyOperationControl control, OperationAttachments attachments, BlockingTimeout blockingTimeout)Execute an operation, sending updates to the given handler and receiving the response via the givenModelController.OperationTransactionControl.
-