Interface | Description |
---|---|
ActiveOperation<T,A> |
Encapsulates information about a currently active operation, which
can require multiple messages exchanged between the client and the
server.
|
ActiveOperation.CompletedCallback<T> |
A callback indicating when an operation is complete.
|
ActiveOperation.ResultHandler<T> |
Handler for the result or to mark the operation as completed/failed.
|
FlushableDataOutput | |
ManagementBatchIdManager |
Responsible for generating new unique batch ids on the server side
of a channel.
|
ManagementChannelAssociation |
Associates a remoting
Channel to a management client. |
ManagementMessageHandler | |
ManagementProtocol | |
ManagementRequest<T,A> |
A management request.
|
ManagementRequestContext<A> |
The context for handling request.
|
ManagementRequestContext.AsyncTask<A> | |
ManagementRequestHandler<T,A> |
A handler for incoming requests.
|
ManagementRequestHandlerFactory |
A
ManagementRequestHandler factory. |
ManagementRequestHandlerFactory.RequestHandlerChain |
A chain of multiple request handler.
|
ManagementResponseHandler<T,A> |
A local handler for responses to a management request.
|
ProtocolUtils.ResponseWriter |
Class | Description |
---|---|
AbstractManagementRequest<T,A> |
utility class for creating management requests.
|
AbstractMessageHandler |
Utility class for request/response handling
|
ManagementBatchIdManager.DefaultManagementBatchIdManager | |
ManagementByeByeHeader | |
ManagementChannelHandler |
Generic management channel handler allowing to assemble multiple
ManagementRequestHandlerFactory per channel. |
ManagementChannelReceiver |
Base receiver class for the management protocol support.
|
ManagementClientChannelStrategy |
Strategy management clients can use for controlling the lifecycle of the channel.
|
ManagementPingHeader | |
ManagementPongHeader | |
ManagementProtocolHeader |
ManagementProtocol header used to send the required information to establish a request with a remote controller.
|
ManagementRequestHeader |
ManagementProtocol header used for management requests.
|
ManagementResponseHeader |
ManagementProtocol header used for management operation responses.
|
ProtocolUtils |
Utility class providing methods for common management tasks.
|
Exception | Description |
---|---|
RequestProcessingException |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.