- cancel() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.ResultHandler
-
Cancel the operation.
- cancelAllActiveOperations() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
-
Cancel all currently active operations.
- cancelled() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.CompletedCallback
-
The operation was cancelled before being able to complete.
- cancelledAsyncTask(String, Thread) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
-
- cancelledAsyncTask(String, Thread) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- cancelledAsyncTask$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- cancelledAsyncTaskBeforeRun(String) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
-
- cancelledAsyncTaskBeforeRun(String) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- cancelledAsyncTaskBeforeRun$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- cast(Class<T>) - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
-
- channelClosed() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
-
Creates an exception indicating that the channel is closed.
- channelClosed() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- channelClosed() - Static method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
-
- channelClosed$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- channelTimedOut() - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
-
- channelTimedOut() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- channelTimedOut$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- close() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
-
- completed(T) - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation.CompletedCallback
-
The operation completed successfully.
- connect() - Method in class org.jboss.as.protocol.ProtocolConnectionManager
-
Get the connection.
- connect() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
-
Create a new connection
- connect(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
-
Connect.
- connect(ProtocolConnectionConfiguration, CallbackHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
-
- connect(ProtocolConnectionConfiguration, CallbackHandler, Map<String, String>, SSLContext) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
-
- CONNECTION_LOGGER - Static variable in interface org.jboss.as.protocol.logging.ProtocolLogger
-
A logger with the category org.jboss.as.protocol.connection.
- connectionClosed() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
-
Notification when the channel is closed, but the manager not shutdown.
- connectionOpened(Connection) - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectionOpenHandler
-
Connection opened notification
- connectSync(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
-
Connect sync.
- connectSync(ProtocolConnectionConfiguration, CallbackHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
-
- connectSync(ProtocolConnectionConfiguration, CallbackHandler, Map<String, String>, SSLContext) - Static method in class org.jboss.as.protocol.ProtocolConnectionUtils
-
- copy() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- copy(ProtocolConnectionConfiguration) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- copyStream(InputStream, OutputStream) - Static method in class org.jboss.as.protocol.StreamUtils
-
- copyStream(InputStream, DataOutput) - Static method in class org.jboss.as.protocol.StreamUtils
-
- couldNotConnect(URI) - Method in interface org.jboss.as.protocol.logging.ProtocolLogger
-
Creates an exception indicating a connection could not be made.
- couldNotConnect(URI) - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- couldNotConnect$str() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- create(Channel) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
-
Create a new client channel strategy.
- create(ProtocolConnectionConfiguration, ManagementMessageHandler, CallbackHandler, Map<String, String>, SSLContext, CloseHandler<Channel>) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
-
Create a new establishing management client channel-strategy
- create(ProtocolConnectionConfiguration, Channel.Receiver, CloseHandler<Channel>) - Static method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
-
Create a new establishing management client channel-strategy
- create(ManagementProtocolHeader) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
- create(ManagementRequestHeader) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
- create(ManagementRequestHeader, Throwable) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
- create(ManagementProtocolHeader, int) - Static method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
- create(Endpoint, URI) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- create(Endpoint, OptionMap) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- create(Endpoint, URI, OptionMap) - Static method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- create(Connection, ProtocolConnectionManager.ConnectionOpenHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
-
Create a new connection manager, based on an existing connection.
- create(ProtocolConnectionConfiguration, ProtocolConnectionManager.ConnectionOpenHandler) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
-
Create a new connection manager, which will try to connect using the protocol connection configuration.
- create(ProtocolConnectionConfiguration, ProtocolConnectionManager.ConnectionOpenHandler, ProtocolConnectionManager.ConnectTask) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
-
Create a new connection manager, which will try to connect using the protocol connection configuration.
- create(ProtocolConnectionManager.ConnectTask) - Static method in class org.jboss.as.protocol.ProtocolConnectionManager
-
Create a new connection manager.
- createActiveOperation(A) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
-
Create a new active operation.
- createActiveOperation(A, ActiveOperation.CompletedCallback<T>) - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestHandlerFactory.RequestHandlerChain
-
Create a new active operation.
- createBatchId() - Method in interface org.jboss.as.protocol.mgmt.ManagementBatchIdManager
-
Creates a batch id.
- createBatchId() - Method in class org.jboss.as.protocol.mgmt.ManagementBatchIdManager.DefaultManagementBatchIdManager
-
- createDelegating(ManagementMessageHandler) - Static method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
-
Create a ManagementChannelReceiver which delegates protocol messages to
a ManagementMessageHandler.
- GeneralTimeoutHandler - Class in org.jboss.as.protocol
-
- GeneralTimeoutHandler() - Constructor for class org.jboss.as.protocol.GeneralTimeoutHandler
-
- getActiveOperation(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
-
Get an active operation.
- getActiveOperation(Integer) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
-
Get the active operation.
- getAttachment() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
-
Get the attachment.
- getAttachment() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
-
Get any attachment used to maintain shared state across possibly multiple requests associated with a
larger overall operation.
- getAttachments() - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
-
Get the attachments object that can be used to share state between users of this object.
- getAttachments() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
- getBatchId() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
-
The ID of the batch this request belongs to
- getCallbackHandler() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getChannel() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
-
- getChannel() - Method in interface org.jboss.as.protocol.mgmt.ManagementChannelAssociation
-
Get the underlying remoting channel associated with this context.
- getChannel() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
Get the underlying remoting channel associated with this context.
- getChannel() - Method in class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
-
Get the channel.
- getChannel() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
-
Get the underlying channel.
- getClientBindAddress() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getConnection() - Method in class org.jboss.as.protocol.ProtocolConnectionManager
-
Get the connection.
- getConnectionId() - Method in class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
-
Gets the current id we send in pong responses
- getConnectionOpenedHandler() - Method in interface org.jboss.as.protocol.ProtocolConnectionManager.ConnectTask
-
Get the connection opened handler.
- getConnectionTimeout() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getCurrentRequestHeader() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext.MultipleResponseAsyncTask
-
Deprecated.
Gets the current request header for which an error response should be sent
- getEndpoint() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getError() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
Gets any error that happened on the server trying to initialize the request
- getExecutor() - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
-
Get the executor
- getFallbackHandler(ManagementRequestHeader) - Static method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
-
Get a fallback handler.
- getLastMessageReceivedTime() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
- getLastMessageTime() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelReceiver
-
- getLoggingLocale() - Method in class org.jboss.as.protocol.logging.ProtocolLogger_$logger
-
- getOperationId() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
-
Get the batch id.
- getOperationId() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
-
Get the current batch id for the overall operation.
- getOperationId() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
-
The id of the operation to be executed by this request
- getOperationType() - Method in class org.jboss.as.protocol.mgmt.ManagementPingRequest
-
- getOperationType() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequest
-
The operation type.
- getOptionMap() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getReceiver() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
Get a receiver instance for this context.
- getRemoteAddress() - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
Get the remote address.
- getRequestHandler(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.AbstractMessageHandler
-
Get the request handler.
- getRequestHandler(ManagementRequestHeader) - Method in class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
Get the request handler.
- getRequestHeader() - Method in interface org.jboss.as.protocol.mgmt.ManagementRequestContext
-
Get the protocol header.
- getRequestId() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
-
The ID of this request.
- getResponseId() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
The response id.
- getResult() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
-
Get the result.
- getResultHandler() - Method in interface org.jboss.as.protocol.mgmt.ActiveOperation
-
Get the result handler for this request.
- getSaslOptions() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getSslContext() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getState() - Method in class org.jboss.as.protocol.mgmt.FutureManagementChannel
-
- getTimeoutHandler() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getType() - Method in class org.jboss.as.protocol.mgmt.ManagementByeByeHeader
-
- getType() - Method in class org.jboss.as.protocol.mgmt.ManagementPingHeader
-
- getType() - Method in class org.jboss.as.protocol.mgmt.ManagementPongHeader
-
- getType() - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
-
The type
- getType() - Method in class org.jboss.as.protocol.mgmt.ManagementRequestHeader
-
- getType() - Method in class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
- getUri() - Method in class org.jboss.as.protocol.ProtocolConnectionConfiguration
-
- getVersion() - Method in class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
-
The protocol version for the current communication.
- ManagementBatchIdManager - Interface in org.jboss.as.protocol.mgmt
-
Responsible for generating new unique batch ids on the server side
of a channel.
- ManagementBatchIdManager.DefaultManagementBatchIdManager - Class in org.jboss.as.protocol.mgmt
-
- ManagementByeByeHeader - Class in org.jboss.as.protocol.mgmt
-
- ManagementByeByeHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementByeByeHeader
-
- ManagementChannelAssociation - Interface in org.jboss.as.protocol.mgmt
-
Associates a remoting Channel to a management client.
- ManagementChannelHandler - Class in org.jboss.as.protocol.mgmt
-
Generic management channel handler allowing to assemble multiple ManagementRequestHandlerFactory per channel.
- ManagementChannelHandler(ManagementClientChannelStrategy, ExecutorService) - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
- ManagementChannelHandler(ManagementClientChannelStrategy, ExecutorService, ManagementRequestHandlerFactory...) - Constructor for class org.jboss.as.protocol.mgmt.ManagementChannelHandler
-
- ManagementChannelInitialization - Interface in org.jboss.as.protocol.mgmt.support
-
Initializes a Channel.Receiver for receiving
messages over management channels.
- ManagementChannelReceiver - Class in org.jboss.as.protocol.mgmt
-
Base receiver class for the management protocol support.
- ManagementChannelShutdownHandle - Interface in org.jboss.as.protocol.mgmt.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.
- ManagementClientChannelStrategy - Class in org.jboss.as.protocol.mgmt
-
Strategy management clients can use for controlling the lifecycle of the channel.
- ManagementClientChannelStrategy() - Constructor for class org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy
-
- ManagementMessageHandler - Interface in org.jboss.as.protocol.mgmt
-
Interface implemented by classes able to handle a management protocol message
coming in from a JBoss Remoting Channel.
- ManagementPingHeader - Class in org.jboss.as.protocol.mgmt
-
- ManagementPingHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementPingHeader
-
- ManagementPingRequest - Class in org.jboss.as.protocol.mgmt
-
- ManagementPingRequest() - Constructor for class org.jboss.as.protocol.mgmt.ManagementPingRequest
-
- ManagementPongHeader - Class in org.jboss.as.protocol.mgmt
-
- ManagementPongHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementPongHeader
-
- ManagementPongRequestHandler - Class in org.jboss.as.protocol.mgmt
-
- ManagementPongRequestHandler() - Constructor for class org.jboss.as.protocol.mgmt.ManagementPongRequestHandler
-
- ManagementProtocol - Interface in org.jboss.as.protocol.mgmt
-
- ManagementProtocolHeader - Class in org.jboss.as.protocol.mgmt
-
ManagementProtocol header used to send the required information to establish a request with a remote controller.
- ManagementProtocolHeader(int) - Constructor for class org.jboss.as.protocol.mgmt.ManagementProtocolHeader
-
Construct an instance with the protocol version for the header.
- ManagementRequest<T,A> - Interface in org.jboss.as.protocol.mgmt
-
A management request.
- ManagementRequestContext<A> - Interface in org.jboss.as.protocol.mgmt
-
The context for handling a management request.
- ManagementRequestContext.AsyncTask<A> - Interface in org.jboss.as.protocol.mgmt
-
- ManagementRequestContext.MultipleResponseAsyncTask<A> - Interface in org.jboss.as.protocol.mgmt
-
- ManagementRequestHandler<T,A> - Interface in org.jboss.as.protocol.mgmt
-
A handler for incoming requests.
- ManagementRequestHandlerFactory - Interface in org.jboss.as.protocol.mgmt
-
A ManagementRequestHandler factory.
- ManagementRequestHandlerFactory.RequestHandlerChain - Interface in org.jboss.as.protocol.mgmt
-
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 - Class in org.jboss.as.protocol.mgmt
-
ManagementProtocol header used for management requests.
- ManagementRequestHeader(int, int, int, byte) - Constructor for class org.jboss.as.protocol.mgmt.ManagementRequestHeader
-
Construct an instance with the protocol version and operation handler for the header.
- ManagementResponseHandler<T,A> - Interface in org.jboss.as.protocol.mgmt
-
A local handler for responses to a management request.
- ManagementResponseHeader - Class in org.jboss.as.protocol.mgmt
-
ManagementProtocol header used for management operation responses.
- ManagementResponseHeader(int, int, String) - Constructor for class org.jboss.as.protocol.mgmt.ManagementResponseHeader
-
Construct an instance with the protocol version for the header.