Interface Operation

All Superinterfaces:
AutoCloseable, Closeable, OperationAttachments

public interface Operation extends OperationAttachments
Encapsulates a detyped operation request passed in to the model controller, along with any attachments associated with the request.
Author:
Kabir Khan, Brian Stansberry (c) 2011 Red Hat Inc.
  • Method Details

    • getOperation

      ModelNode getOperation()
      The detyped operation to execute
      Returns:
      the operation