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.Operation
getOperation
in interface TransactionalProtocolClient.Operation
public OperationMessageHandler getMessageHandler()
TransactionalProtocolClient.Operation
getMessageHandler
in interface TransactionalProtocolClient.Operation
public OperationAttachments getAttachments()
TransactionalProtocolClient.Operation
getAttachments
in interface TransactionalProtocolClient.Operation
Copyright © 2023 JBoss by Red Hat. All rights reserved.