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.protocol.mgmt |
Modifier and Type | Method and Description |
---|---|
protected ManagementChannelAssociation |
CLIModelControllerClient.getChannelAssociation() |
Modifier and Type | Method and Description |
---|---|
protected ManagementChannelAssociation |
ExistingChannelModelControllerClient.getChannelAssociation() |
protected ManagementChannelAssociation |
RemotingModelControllerClient.getChannelAssociation() |
protected abstract ManagementChannelAssociation |
AbstractModelControllerClient.getChannelAssociation()
Get the mgmt channel association.
|
Modifier and Type | Method and Description |
---|---|
static OperationResponseProxy |
OperationResponseProxy.create(org.jboss.dmr.ModelNode responseNode,
ManagementChannelAssociation channelAssociation,
int batchId,
org.jboss.dmr.ModelNode streamHeader) |
Constructor and Description |
---|
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
ResponseAttachmentInputStreamSupport responseAttachmentSupport,
ExecutorService clientRequestExecutor) |
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
ResponseAttachmentInputStreamSupport responseAttachmentSupport,
ExecutorService clientRequestExecutor,
Subject subject) |
TransactionalProtocolOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
ResponseAttachmentInputStreamSupport responseAttachmentSupport) |
Modifier and Type | Class and Description |
---|---|
class |
ManagementChannelHandler
Generic management channel handler allowing to assemble multiple
ManagementRequestHandlerFactory per channel. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.