Package org.jboss.as.protocol.mgmt
package org.jboss.as.protocol.mgmt
-
ClassDescriptionutility class for creating management requests.Base class for
ManagementMessageHandlerimplementations.ActiveOperation<T,A> 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 anAsyncFutureto aCompletableFutureby using anAsyncFuture.Listenerto complete or cancel theCompletableFutureand by ensuring calls toCompletableFuture.cancel(boolean)result in appropriate cancellation of theAsyncFuture.Base class for a connectingManagementClientChannelStrategy.Responsible for generating new unique batch ids on the server side of a channel.Associates a remotingChannelto a management client.Generic management channel handler allowing to assemble multipleManagementRequestHandlerFactoryper channel.Base receiver class for the management protocol support.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 RemotingChannel.ManagementRequestthat sends aManagementProtocol.TYPE_PINGheader.ManagementRequestHandlerFactoryfor dealing with aManagementPingRequest.ManagementProtocol header used to send the required information to establish a request with a remote controller.ManagementRequest<T,A> A management request.The context for handling a management request.A task that can be executed asynchronously by aManagementRequestContextDeprecated.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 levelA handler for incoming requests.AManagementRequestHandlerfactory.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.Utility class providing methods for common management tasks.