Package | Description |
---|---|
org.jboss.as.controller | |
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.remote |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
ModelController.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments)
Execute an operation, sending updates to the given handler.
|
void |
ProxyController.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
Modifier and Type | Interface and Description |
---|---|
interface |
Operation
Encapsulates a detyped operation request passed in to the model controller, along with
any attachments associated with the request.
|
Modifier and Type | Field and Description |
---|---|
static OperationAttachments |
OperationAttachments.EMPTY |
Modifier and Type | Method and Description |
---|---|
void |
RemoteProxyController.execute(org.jboss.dmr.ModelNode original,
OperationMessageHandler handler,
ProxyController.ProxyOperationControl control,
OperationAttachments attachments)
Execute an operation, sending updates to the given handler and receiving the response via the given
ModelController.OperationTransactionControl . |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.