Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.host.controller.mgmt |
Modifier and Type | Interface and Description |
---|---|
static interface |
ProxyController.ProxyOperationControl |
Modifier and Type | Field and Description |
---|---|
static ModelController.OperationTransactionControl |
ModelController.OperationTransactionControl.COMMIT
An operation transaction control implementation which always commits the operation.
|
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.
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep,
int lockPermit)
Deprecated.
internal use only
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep) |
protected org.jboss.dmr.ModelNode |
AbstractControllerService.internalExecute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler prepareStep,
boolean attemptLock) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.execute(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step)
Execute the operation.
|
org.jboss.dmr.ModelNode |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.executeAndAttemptLock(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step) |
org.jboss.dmr.ModelNode |
MasterDomainControllerOperationHandlerService.TransactionalOperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit) |
org.jboss.dmr.ModelNode |
ServerToHostProtocolHandler.OperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit)
Join an existing operation
|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.joinActiveOperation(org.jboss.dmr.ModelNode operation,
OperationMessageHandler handler,
ModelController.OperationTransactionControl control,
OperationAttachments attachments,
OperationStepHandler step,
int permit)
Join an existing operation, which is currently being executed.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.