Uses of Interface
org.jboss.as.controller.ModelController.OperationTransactionControl
-
Packages that use ModelController.OperationTransactionControl Package Description org.jboss.as.controller org.jboss.as.controller.remote -
-
Uses of ModelController.OperationTransactionControl in org.jboss.as.controller
Subinterfaces of ModelController.OperationTransactionControl in org.jboss.as.controller Modifier and Type Interface Description static interfaceProxyController.ProxyOperationControlFields in org.jboss.as.controller declared as ModelController.OperationTransactionControl Modifier and Type Field Description static ModelController.OperationTransactionControlModelController.OperationTransactionControl. COMMITAn operation transaction control implementation which always commits the operation.Methods in org.jboss.as.controller with parameters of type ModelController.OperationTransactionControl Modifier and Type Method Description OperationResponseModelController. execute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control)Execute an operation, sending updates to the given handler, and making available in the return value any streams that may have been associated with the response.org.jboss.dmr.ModelNodeModelController. execute(org.jboss.dmr.ModelNode operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationAttachments attachments)Execute an operation, sending updates to the given handler.protected org.jboss.dmr.ModelNodeAbstractControllerService. executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, int lockPermit)protected org.jboss.dmr.ModelNodeAbstractControllerService. executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep)protected org.jboss.dmr.ModelNodeAbstractControllerService. executeReadOnlyOperation(org.jboss.dmr.ModelNode operation, Resource model, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep)protected OperationResponseAbstractControllerService. internalExecute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep)protected OperationResponseAbstractControllerService. internalExecute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, boolean attemptLock)protected OperationResponseAbstractControllerService. internalExecute(Operation operation, OperationMessageHandler handler, ModelController.OperationTransactionControl control, OperationStepHandler prepareStep, boolean attemptLock, boolean partialModel) -
Uses of ModelController.OperationTransactionControl in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote with parameters of type ModelController.OperationTransactionControl Modifier and Type Method Description protected OperationResponseTransactionalProtocolOperationHandler. internalExecute(Operation operation, org.jboss.as.protocol.mgmt.ManagementRequestContext<?> context, OperationMessageHandler messageHandler, ModelController.OperationTransactionControl control)Subclasses can override this method to determine how to execute the method, e.g.
-