public class TransactionalOperationImpl extends Object implements TransactionalProtocolClient.Operation
| Modifier | Constructor and Description |
|---|---|
protected |
TransactionalOperationImpl(org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments) |
| Modifier and Type | Method and Description |
|---|---|
OperationAttachments |
getAttachments()
Get the operation attachments.
|
OperationMessageHandler |
getMessageHandler()
Get the operation message handler.
|
org.jboss.dmr.ModelNode |
getOperation()
Get the underlying operation.
|
protected TransactionalOperationImpl(org.jboss.dmr.ModelNode operation,
OperationMessageHandler messageHandler,
OperationAttachments attachments)
public org.jboss.dmr.ModelNode getOperation()
TransactionalProtocolClient.OperationgetOperation in interface TransactionalProtocolClient.Operationpublic OperationMessageHandler getMessageHandler()
TransactionalProtocolClient.OperationgetMessageHandler in interface TransactionalProtocolClient.Operationpublic OperationAttachments getAttachments()
TransactionalProtocolClient.OperationgetAttachments in interface TransactionalProtocolClient.OperationCopyright © 2017 JBoss by Red Hat. All rights reserved.