Uses of Interface
org.jboss.as.controller.client.OperationResponse
-
Packages that use OperationResponse Package Description org.jboss.as.controller.client The core client API for interacting with the management controllers for either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.org.jboss.as.controller.client.helpers org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API
.org.jboss.as.controller.client.impl Implementation classes to support thecore JBoss AS management client API
. -
-
Uses of OperationResponse in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return OperationResponse Modifier and Type Method Description static OperationResponse
OperationResponse.Factory. createSimple(ModelNode responseNode)
OperationResponse
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 OperationResponse Modifier and Type Method Description org.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 OperationResponse Modifier and Type Method Description OperationResponse
ContextualModelControllerClient. executeOperation(Operation operation, OperationMessageHandler messageHandler)
OperationResponse
DelegatingModelControllerClient. executeOperation(Operation operation, OperationMessageHandler messageHandler)
Methods in org.jboss.as.controller.client.helpers that return types with arguments of type OperationResponse Modifier and Type Method Description org.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 OperationResponse Modifier and Type Method Description OperationResponse
DomainClientImpl. executeOperation(Operation operation, OperationMessageHandler messageHandler)
Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type OperationResponse Modifier and Type Method Description org.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 OperationResponse Modifier and Type Class Description class
OperationResponseProxy
AnOperationResponse
that proxies back to a remote server to read any attached response streams.Methods in org.jboss.as.controller.client.impl that return OperationResponse Modifier and Type Method Description OperationResponse
AbstractModelControllerClient. executeOperation(Operation operation, OperationMessageHandler messageHandler)
Methods in org.jboss.as.controller.client.impl that return types with arguments of type OperationResponse Modifier and Type Method Description org.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 OperationResponse Modifier and Type Method Description 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)
-