| Interface | Description |
|---|---|
| EarlyResponseSendListener |
Callback that can be provided to operation step handlers for operations like 'reload' and 'shutdown'
where the response needs to be sent to the caller before the operation completes.
|
| ModelControllerOperationHandlerFactory |
Factory for operation handler services.
|
| TransactionalProtocolClient |
A transactional protocol client.
|
| TransactionalProtocolClient.Operation |
An operation wrapper.
|
| TransactionalProtocolClient.PreparedOperation<T extends TransactionalProtocolClient.Operation> |
The prepared result.
|
| TransactionalProtocolClient.TransactionalOperationListener<T extends TransactionalProtocolClient.Operation> |
The transactional operation listener.
|
| Class | Description |
|---|---|
| AbstractModelControllerOperationHandlerFactoryService |
Service used to create operation handlers per incoming channel
|
| BlockingQueueOperationListener<T extends TransactionalProtocolClient.Operation> |
Basic operation listener backed by a blocking queue.
|
| BlockingQueueOperationListener.FailedOperation<T extends TransactionalProtocolClient.Operation> | |
| CompletedFuture<T> |
An AsyncFuture that is in
AsyncFuture.Status.COMPLETE as soon as it is instantiated. |
| ModelControllerClientOperationHandler |
Operation handlers for the remote implementation of
ModelControllerClient |
| ModelControllerClientOperationHandlerFactoryService |
Service used to create a new client protocol operation handler per channel
|
| RemoteProxyController |
Remote
ProxyController implementation. |
| ResponseAttachmentInputStreamSupport |
Support logic related to dealing with input streams attached to an operation response.
|
| TransactionalOperationImpl | |
| TransactionalProtocolHandlers | |
| TransactionalProtocolOperationHandler |
The transactional request handler for a remote
TransactionalProtocolClient. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.