Uses of Interface
org.jboss.as.controller.client.OperationResponse
Packages that use OperationResponse
Package
Description
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
Implementation classes to support the
managed domain convenience API.Implementation classes to support the
core JBoss AS management client API.-
Uses of OperationResponse in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return OperationResponseModifier and TypeMethodDescriptionstatic OperationResponseOperationResponse.Factory.createSimple(ModelNode responseNode) ModelControllerClient.executeOperation(Operation operation, OperationMessageHandler messageHandler) Execute an operation synchronously, optionally receiving progress reports, with the response to the operation making available any input streams that the server may associate with the response.Methods in org.jboss.as.controller.client that return types with arguments of type OperationResponseModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<OperationResponse>ModelControllerClient.executeOperationAsync(Operation operation, OperationMessageHandler messageHandler) Execute an operation in another thread, optionally receiving progress reports, with the response to the operation making available any input streams that the server may associate with the response. -
Uses of OperationResponse in org.jboss.as.controller.client.helpers
Methods in org.jboss.as.controller.client.helpers that return OperationResponseModifier and TypeMethodDescriptionContextualModelControllerClient.executeOperation(Operation operation, OperationMessageHandler messageHandler) DelegatingModelControllerClient.executeOperation(Operation operation, OperationMessageHandler messageHandler) Methods in org.jboss.as.controller.client.helpers that return types with arguments of type OperationResponseModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<OperationResponse>ContextualModelControllerClient.executeOperationAsync(Operation operation, OperationMessageHandler messageHandler) org.jboss.threads.AsyncFuture<OperationResponse>DelegatingModelControllerClient.executeOperationAsync(Operation operation, OperationMessageHandler messageHandler) -
Uses of OperationResponse in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return OperationResponseModifier and TypeMethodDescriptionDomainClientImpl.executeOperation(Operation operation, OperationMessageHandler messageHandler) Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type OperationResponseModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<OperationResponse>DomainClientImpl.executeOperationAsync(Operation operation, OperationMessageHandler messageHandler) -
Uses of OperationResponse in org.jboss.as.controller.client.impl
Classes in org.jboss.as.controller.client.impl that implement OperationResponseModifier and TypeClassDescriptionclassAnOperationResponsethat proxies back to a remote server to read any attached response streams.Methods in org.jboss.as.controller.client.impl that return OperationResponseModifier and TypeMethodDescriptionAbstractModelControllerClient.executeOperation(Operation operation, OperationMessageHandler messageHandler) Methods in org.jboss.as.controller.client.impl that return types with arguments of type OperationResponseModifier and TypeMethodDescriptionorg.jboss.threads.AsyncFuture<OperationResponse>AbstractModelControllerClient.executeOperationAsync(Operation operation, OperationMessageHandler messageHandler) protected org.jboss.threads.AsyncFuture<OperationResponse>AbstractModelControllerClient.executeRequest(org.jboss.as.protocol.mgmt.ManagementRequest<OperationResponse, org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext> request, org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext attachment) Method parameters in org.jboss.as.controller.client.impl with type arguments of type OperationResponseModifier and TypeMethodDescriptionprotected org.jboss.threads.AsyncFuture<OperationResponse>AbstractModelControllerClient.executeRequest(org.jboss.as.protocol.mgmt.ManagementRequest<OperationResponse, org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext> request, org.jboss.as.controller.client.impl.AbstractModelControllerClient.OperationExecutionContext attachment)