Package | Description |
---|---|
org.jboss.as.cli.impl | |
org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API . |
org.jboss.as.controller.remote | |
org.jboss.as.host.controller.mgmt | |
org.jboss.as.protocol.mgmt |
Modifier and Type | Class and Description |
---|---|
class |
CLIModelControllerClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelControllerClient |
class |
ExistingChannelModelControllerClient |
class |
RemotingModelControllerClient
ModelControllerClient based on a Remoting Endpoint . |
Modifier and Type | Class and Description |
---|---|
class |
ModelControllerClientOperationHandler
Operation handlers for the remote implementation of
ModelControllerClient |
class |
TransactionalProtocolOperationHandler
The transactional request handler for a remote
TransactionalProtocolClient . |
Modifier and Type | Class and Description |
---|---|
class |
HostControllerRegistrationHandler
Handler responsible for the host-controller registration process.
|
class |
ServerToHostProtocolHandler
Handler responsible for the server to host-controller protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementPongRequestHandler
ManagementRequestHandlerFactory for dealing with a ManagementPingRequest . |
Modifier and Type | Method and Description |
---|---|
void |
ManagementChannelHandler.addHandlerFactory(ManagementRequestHandlerFactory factory)
Add a management request handler factory to this context.
|
boolean |
ManagementChannelHandler.removeHandlerFactory(ManagementRequestHandlerFactory instance)
Remove a management request handler factory from this context.
|
Constructor and Description |
---|
ManagementChannelHandler(org.jboss.remoting3.Channel channel,
ExecutorService executorService,
ManagementRequestHandlerFactory... initial) |
ManagementChannelHandler(ManagementClientChannelStrategy strategy,
ExecutorService executorService,
ManagementRequestHandlerFactory... initial) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.