Uses of Interface
org.jboss.as.controller.ProxyController.ProxyOperationControl
Packages that use ProxyController.ProxyOperationControl
-
Uses of ProxyController.ProxyOperationControl in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type ProxyController.ProxyOperationControlModifier and TypeMethodDescriptionvoidProxyController.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.ProxyOperationControlModifier and TypeMethodDescriptionvoidRemoteProxyController.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.