See: Description
| Interface | Description |
|---|---|
| ModelControllerClient |
A client for an application server management model controller.
|
| ModelControllerClientConfiguration |
The configuration used to create the
ModelControllerClient. |
| Operation |
Encapsulates a detyped operation request passed in to the model controller, along with
any attachments associated with the request.
|
| OperationAttachments |
The operation attachments.
|
| OperationMessageHandler |
An operation message handler for handling progress reports.
|
| OperationResponse |
A response to a management request, incorporating a
ModelNode containing
the detyped response, along with zero or more input streams that may have been associated with
the response. |
| OperationResponse.StreamEntry |
An additional stream, besides the normal
response ModelNode that is
associated with the response. |
| Class | Description |
|---|---|
| ModelControllerClient.Factory |
Factory methods for creating a
ModelControllerClient. |
| ModelControllerClientConfiguration.Builder | |
| ModelControllerClientConfiguration.Factory | Deprecated
Use
ModelControllerClientConfiguration.Builder instead. |
| Operation.Factory |
Factory methods for creating
Operations |
| OperationBuilder |
Builder for a
Operation. |
| OperationResponse.Factory |
| Enum | Description |
|---|---|
| MessageSeverity |
The severity of the message to send to the client.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.