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
Constructors Modifier Constructor Description protectedTransactionalOperationImpl(org.jboss.dmr.ModelNode operation, OperationMessageHandler messageHandler, OperationAttachments attachments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationAttachmentsgetAttachments()Get the operation attachments.OperationMessageHandlergetMessageHandler()Get the operation message handler.org.jboss.dmr.ModelNodegetOperation()Get the underlying operation.
-
-
-
Constructor Detail
-
TransactionalOperationImpl
protected TransactionalOperationImpl(org.jboss.dmr.ModelNode operation, OperationMessageHandler messageHandler, OperationAttachments attachments)
-
-
Method Detail
-
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
public OperationMessageHandler getMessageHandler()
Description copied from interface:TransactionalProtocolClient.OperationGet the operation message handler.- Specified by:
getMessageHandlerin interfaceTransactionalProtocolClient.Operation- Returns:
- the message handler
-
getAttachments
public OperationAttachments getAttachments()
Description copied from interface:TransactionalProtocolClient.OperationGet the operation attachments.- Specified by:
getAttachmentsin interfaceTransactionalProtocolClient.Operation- Returns:
- the attachments
-
-