Package org.jboss.as.controller.client
Interface Operation
- All Superinterfaces:
AutoCloseable,Closeable,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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFactory methods for creatingOperations -
Field Summary
Fields inherited from interface org.jboss.as.controller.client.OperationAttachments
EMPTY -
Method Summary
Methods inherited from interface org.jboss.as.controller.client.OperationAttachments
getInputStreams, isAutoCloseStreams
-
Method Details
-
getOperation
ModelNode getOperation()The detyped operation to execute- Returns:
- the operation
-