| 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 |
RemotingModelControllerClient.getChannelAssociation() |
protected abstract ManagementChannelAssociation |
AbstractModelControllerClient.getChannelAssociation()
Get the mgmt channel association.
|
protected ManagementChannelAssociation |
ExistingChannelModelControllerClient.getChannelAssociation() |
| Modifier and Type | Method and Description |
|---|---|
static ManagementRequestHandlerFactory |
TransactionalProtocolHandlers.createHandler(ManagementChannelAssociation association,
ModelController controller)
Create a transactional protocol request handler.
|
| Constructor and Description |
|---|
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation) |
ModelControllerClientOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation,
Subject subject) |
TransactionalProtocolOperationHandler(ModelController controller,
ManagementChannelAssociation channelAssociation) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagementChannelHandler
Generic management channel handler allowing to assemble multiple
ManagementRequestHandlerFactory per channel. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.