Package org.jboss.as.controller.remote
Interface TransactionalProtocolClient.Operation
- All Known Implementing Classes:
TransactionalOperationImpl
- Enclosing interface:
- TransactionalProtocolClient
public static interface TransactionalProtocolClient.Operation
An operation wrapper.
-
Method Summary
Modifier and TypeMethodDescriptionGet the operation attachments.Get the operation message handler.org.jboss.dmr.ModelNodeGet the underlying operation.
-
Method Details
-
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
-