Package org.jboss.as.protocol.mgmt
-
Interface Summary 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 operation result or to mark the operation as cancelled or failed.FlushableDataOutput ManagementBatchIdManager Responsible for generating new unique batch ids on the server side of a channel.ManagementChannelAssociation Associates a remotingChannelto a management client.ManagementMessageHandler Interface implemented by classes able to handle a management protocol message coming in from a JBoss RemotingChannel.ManagementProtocol ManagementRequest<T,A> A management request.ManagementRequestContext<A> The context for handling a management request.ManagementRequestContext.AsyncTask<A> A task that can be executed asynchronously by aManagementRequestContextManagementRequestContext.MultipleResponseAsyncTask<A> 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 levelManagementRequestHandler<T,A> A handler for incoming requests.ManagementRequestHandlerFactory AManagementRequestHandlerfactory.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.ManagementResponseHandler<T,A> A local handler for responses to a management request.ProtocolUtils.ResponseWriter -
Class Summary Class Description AbstractManagementRequest<T,A> utility class for creating management requests.AbstractMessageHandler Base class forManagementMessageHandlerimplementations.FutureManagementChannel Base class for a connectingManagementClientChannelStrategy.ManagementBatchIdManager.DefaultManagementBatchIdManager ManagementByeByeHeader ManagementChannelHandler Generic management channel handler allowing to assemble multipleManagementRequestHandlerFactoryper channel.ManagementChannelReceiver Base receiver class for the management protocol support.ManagementClientChannelStrategy Strategy management clients can use for controlling the lifecycle of the channel.ManagementPingHeader ManagementPingRequest ManagementRequestthat sends aManagementProtocol.TYPE_PINGheader.ManagementPongHeader ManagementPongRequestHandler ManagementRequestHandlerFactoryfor dealing with aManagementPingRequest.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. -
Enum Summary Enum Description FutureManagementChannel.State -
Exception Summary Exception Description RequestProcessingException