All Classes and Interfaces

Class
Description
utility class for creating management requests.
Base class for ManagementMessageHandler implementations.
Encapsulates information about a currently active operation, which can require multiple messages exchanged between the client and the server.
A callback indicating when an operation is complete.
Handler for the operation result or to mark the operation as cancelled or failed.
Utility that adapts an AsyncFuture to a CompletableFuture by using an AsyncFuture.Listener to complete or cancel the CompletableFuture and by ensuring calls to CompletableFuture.cancel(boolean) result in appropriate cancellation of the AsyncFuture.
 
Base class for a connecting ManagementClientChannelStrategy.
 
A general implementation of ProtocolTimeoutHandler that takes into account the time taken for Runnable tasks to be executed.
Responsible for generating new unique batch ids on the server side of a channel.
 
 
Associates a remoting Channel to a management client.
Generic management channel handler allowing to assemble multiple ManagementRequestHandlerFactory per channel.
Initializes a Channel.Receiver for receiving messages over management channels.
Base receiver class for the management protocol support.
A handle to a processor of management requests which can be used to coordinate a controlled shutdown of a processor that allows active operations to complete before shutting down.
Strategy management clients can use for controlling the lifecycle of the channel.
Interface implemented by classes able to handle a management protocol message coming in from a JBoss Remoting Channel.
 
 
 
ManagementProtocol header used to send the required information to establish a request with a remote controller.
A management request.
The context for handling a management request.
A task that can be executed asynchronously by a ManagementRequestContext
Deprecated.
this is a bit of a hack, plus we can move this method into AsyncTask with a default impl once this module no longer requires JDK 6 source level
A handler for incoming requests.
A ManagementRequestHandler factory.
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.
ManagementProtocol header used for management requests.
A local handler for responses to a management request.
ManagementProtocol header used for management operation responses.
 
A basic connection manager, notifying clients when the connection is closed or shutdown.
Handler for notifications that a connection has been opened
Task used to establish the connection.
Protocol Connection utils.
Date: 21.07.2011
Warning this class consists of generated code.
An implementation of this interface can be provided by calling clients where they wish to supply their own implementation to handle timeouts whilst establishing a connection.
Utility class providing methods for common management tasks.