Package org.jboss.as.controller.remote
Interface TransactionalProtocolClient.Operation
-
- All Known Implementing Classes:
TransactionalOperationImpl
- Enclosing interface:
- TransactionalProtocolClient
public static interface TransactionalProtocolClient.OperationAn operation wrapper.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getOperation
org.jboss.dmr.ModelNode getOperation()
Get the underlying operation.- Returns:
- the operation
-
getMessageHandler
OperationMessageHandler getMessageHandler()
Get the operation message handler.- Returns:
- the message handler
-
getAttachments
OperationAttachments getAttachments()
Get the operation attachments.- Returns:
- the attachments
-
-