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.domain.impl |
Implementation classes to support the
managed domain convenience API . |
org.jboss.as.controller.client.helpers.standalone.impl |
Implementation classes to support the
standalone server convenience API . |
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
org.jboss.as.host.controller | |
org.jboss.as.server.deployment.client |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationBuilder.build()
Builds the operation.
|
Operation |
Operation.clone()
Deprecated.
|
Operation |
Operation.clone(org.jboss.dmr.ModelNode operation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
ModelControllerClient.execute(Operation operation)
Execute an operation synchronously.
|
org.jboss.dmr.ModelNode |
ModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation synchronously, optionally receiving progress reports.
|
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
ModelControllerClient.executeAsync(Operation operation,
OperationMessageHandler messageHandler)
Execute an operation.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DomainClientImpl.execute(Operation operation) |
org.jboss.dmr.ModelNode |
DomainClientImpl.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
DomainClientImpl.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
protected Future<org.jboss.dmr.ModelNode> |
ModelControllerClientServerDeploymentManager.executeOperation(Operation operation) |
protected abstract Future<org.jboss.dmr.ModelNode> |
AbstractServerDeploymentManager.executeOperation(Operation context) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
AbstractModelControllerClient.execute(Operation operation) |
org.jboss.dmr.ModelNode |
AbstractModelControllerClient.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
AbstractModelControllerClient.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
RemoteDomainConnectionService.execute(Operation operation) |
org.jboss.dmr.ModelNode |
RemoteDomainConnectionService.execute(Operation operation,
OperationMessageHandler messageHandler) |
org.jboss.threads.AsyncFuture<org.jboss.dmr.ModelNode> |
RemoteDomainConnectionService.executeAsync(Operation operation,
OperationMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
protected Future<org.jboss.dmr.ModelNode> |
ModelControllerServerDeploymentManager.executeOperation(Operation executionContext) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.