Package | Description |
---|---|
org.jboss.as.controller.remote | |
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt | |
org.jboss.as.server.mgmt.domain |
Modifier and Type | Method and Description |
---|---|
static RemoteProxyController |
RemoteProxyController.create(ManagementChannelHandler channelAssociation,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a new remote proxy controller using an existing channel.
|
static ModelControllerClient |
ExistingChannelModelControllerClient.createAndAdd(ManagementChannelHandler handler)
Create and add model controller handler to a existing management channel handler.
|
Constructor and Description |
---|
ExistingChannelModelControllerClient(ManagementChannelHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
ServerInventoryImpl.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelAssociation) |
void |
ServerInventory.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelHandler)
Notification that a channel for communication with a managed server process has been registered.
|
boolean |
ServerInventoryImpl.serverReconnected(String serverProcessName,
ManagementChannelHandler channelHandler) |
boolean |
ServerInventory.serverReconnected(String serverProcessName,
ManagementChannelHandler channelHandler)
Notification that a server has been reconnected.
|
Constructor and Description |
---|
HostControllerRegistrationHandler(ManagementChannelHandler handler,
ModelController controller,
DomainController domainController) |
Modifier and Type | Method and Description |
---|---|
ManagementChannelHandler |
HostControllerServerConnection.getChannelHandler()
Get the management channel handler.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.