All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractManagementRequest<T,A> utility class for creating management requests.AbstractMessageHandler Base class forManagementMessageHandlerimplementations.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 FutureManagementChannel Base class for a connectingManagementClientChannelStrategy.FutureManagementChannel.State GeneralTimeoutHandler A general implementation ofProtocolTimeoutHandlerthat takes into account the time taken forRunnabletasks to be executed.ManagementBatchIdManager Responsible for generating new unique batch ids on the server side of a channel.ManagementBatchIdManager.DefaultManagementBatchIdManager ManagementByeByeHeader ManagementChannelAssociation Associates a remotingChannelto a management client.ManagementChannelHandler Generic management channel handler allowing to assemble multipleManagementRequestHandlerFactoryper channel.ManagementChannelInitialization Initializes aChannel.Receiverfor receiving messages over management channels.ManagementChannelReceiver Base receiver class for the management protocol support.ManagementChannelShutdownHandle 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.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 RemotingChannel.ManagementPingHeader ManagementPingRequest ManagementRequestthat sends aManagementProtocol.TYPE_PINGheader.ManagementPongHeader ManagementPongRequestHandler ManagementRequestHandlerFactoryfor dealing with aManagementPingRequest.ManagementProtocol ManagementProtocolHeader ManagementProtocol header used to send the required information to establish a request with a remote controller.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.ManagementRequestHeader ManagementProtocol header used for management requests.ManagementResponseHandler<T,A> A local handler for responses to a management request.ManagementResponseHeader ManagementProtocol header used for management operation responses.ProtocolConnectionConfiguration ProtocolConnectionManager A basic connection manager, notifying clients when the connection is closed or shutdown.ProtocolConnectionManager.ConnectionOpenHandler Handler for notifications that a connection has been openedProtocolConnectionManager.ConnectTask Task used to establish the connection.ProtocolConnectionUtils Protocol Connection utils.ProtocolLogger Date: 21.07.2011ProtocolLogger_$logger Warning this class consists of generated code.ProtocolTimeoutHandler 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.ProtocolUtils Utility class providing methods for common management tasks.ProtocolUtils.ResponseWriter RequestProcessingException StreamUtils