| AbstractManagementRequest |
utility class for creating management requests.
|
| AbstractMessageHandler |
|
| ActiveOperation |
Encapsulates information about a currently active operation, which
can require multiple messages exchanged between the client and the
server.
|
| ActiveOperation.CompletedCallback |
A callback indicating when an operation is complete.
|
| ActiveOperation.ResultHandler |
Handler for the operation result or to mark the operation as cancelled or failed.
|
| FlushableDataOutput |
|
| FutureManagementChannel.State |
|
| ManagementBatchIdManager |
Responsible for generating new unique batch ids on the server side
of a channel.
|
| ManagementChannelAssociation |
Associates a remoting Channel to a management client.
|
| ManagementChannelReceiver |
Base receiver class for the management protocol support.
|
| ManagementClientChannelStrategy |
Strategy management clients can use for controlling the lifecycle of the channel.
|
| ManagementMessageHandler |
Interface implemented by classes able to handle a management protocol message
coming in from a JBoss Remoting Channel.
|
| ManagementPingRequest |
|
| ManagementProtocolHeader |
ManagementProtocol header used to send the required information to establish a request with a remote controller.
|
| ManagementRequest |
A management request.
|
| ManagementRequestContext |
The context for handling a management request.
|
| ManagementRequestContext.AsyncTask |
|
| ManagementRequestHandler |
A handler for incoming requests.
|
| ManagementRequestHandlerFactory |
A ManagementRequestHandler factory.
|
| ManagementRequestHandlerFactory.RequestHandlerChain |
A chain of multiple request handler factories, also providing a hook for factories to create new
active operations or register the local process instance of a remotely initiated active operation.
|
| ManagementRequestHeader |
ManagementProtocol header used for management requests.
|
| ManagementResponseHandler |
A local handler for responses to a management request.
|
| ManagementResponseHeader |
ManagementProtocol header used for management operation responses.
|
| ProtocolUtils.ResponseWriter |
|