Package org.jboss.as.controller.remote
Class TransactionalOperationImpl
java.lang.Object
org.jboss.as.controller.remote.TransactionalOperationImpl
- All Implemented Interfaces:
TransactionalProtocolClient.Operation
public class TransactionalOperationImpl
extends Object
implements TransactionalProtocolClient.Operation
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTransactionalOperationImpl(org.jboss.dmr.ModelNode operation, OperationMessageHandler messageHandler, OperationAttachments attachments) -
Method Summary
Modifier and TypeMethodDescriptionGet the operation attachments.Get the operation message handler.org.jboss.dmr.ModelNodeGet the underlying operation.
-
Constructor Details
-
TransactionalOperationImpl
protected TransactionalOperationImpl(org.jboss.dmr.ModelNode operation, OperationMessageHandler messageHandler, OperationAttachments attachments)
-
-
Method Details
-
getOperation
public org.jboss.dmr.ModelNode getOperation()Description copied from interface:TransactionalProtocolClient.OperationGet the underlying operation.- Specified by:
getOperationin interfaceTransactionalProtocolClient.Operation- Returns:
- the operation
-
getMessageHandler
Description copied from interface:TransactionalProtocolClient.OperationGet the operation message handler.- Specified by:
getMessageHandlerin interfaceTransactionalProtocolClient.Operation- Returns:
- the message handler
-
getAttachments
Description copied from interface:TransactionalProtocolClient.OperationGet the operation attachments.- Specified by:
getAttachmentsin interfaceTransactionalProtocolClient.Operation- Returns:
- the attachments
-