Package | Description |
---|---|
org.jboss.as.controller | |
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.domain.controller | |
org.jboss.as.host.controller | |
org.jboss.as.host.controller.mgmt |
Modifier and Type | Method and Description |
---|---|
static TransformingProxyController |
TransformingProxyController.Factory.create(ManagementChannelHandler channelAssociation,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransactionalProtocolClient based on the given channelAssociation and then
uses that to create a TransformingProxyController . |
Modifier and Type | Method and Description |
---|---|
static ModelControllerClient |
ExistingChannelModelControllerClient.createAndAdd(ManagementChannelHandler handler)
Create and add model controller handler to an existing management channel handler.
|
Constructor and Description |
---|
ExistingChannelModelControllerClient(ManagementChannelHandler handler) |
Modifier and Type | Method and Description |
---|---|
ManagementChannelHandler |
ModelControllerClientOperationHandlerFactoryService.startReceiving(org.jboss.remoting3.Channel channel) |
Modifier and Type | Method and Description |
---|---|
static RemoteProxyController |
RemoteProxyController.create(ManagementChannelHandler channelAssociation,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Deprecated.
only present for test case use
|
static TransactionalProtocolClient |
TransactionalProtocolHandlers.createClient(ManagementChannelHandler channelAssociation)
Create a transactional protocol client.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainController.registerRemoteHost(String hostName,
ManagementChannelHandler handler,
Transformers transformers,
Long remoteConnectionId,
boolean registerProxyController)
Registers a slave Host Controller with this domain controller.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainModelControllerService.registerRemoteHost(String hostName,
ManagementChannelHandler handler,
Transformers transformers,
Long remoteConnectionId,
boolean registerProxyController) |
ProxyController |
ServerInventory.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelHandler)
Notification that a channel for communication with a managed server process has been registered.
|
ProxyController |
ServerInventoryImpl.serverCommunicationRegistered(String serverProcessName,
ManagementChannelHandler channelAssociation) |
boolean |
ServerInventory.serverReconnected(String serverProcessName,
ManagementChannelHandler channelHandler)
Notification that a server has been reconnected.
|
boolean |
ServerInventoryImpl.serverReconnected(String serverProcessName,
ManagementChannelHandler channelHandler) |
Modifier and Type | Method and Description |
---|---|
ManagementChannelHandler |
MasterDomainControllerOperationHandlerService.startReceiving(org.jboss.remoting3.Channel channel) |
ManagementChannelHandler |
ServerToHostOperationHandlerFactoryService.startReceiving(org.jboss.remoting3.Channel channel) |
Constructor and Description |
---|
HostControllerRegistrationHandler(ManagementChannelHandler handler,
DomainController domainController,
HostControllerRegistrationHandler.OperationExecutor operationExecutor,
Executor registrations,
HostRegistrations slaveHostRegistrations,
DomainHostExcludeRegistry domainHostExcludeRegistry) |
SlaveHostPinger(String hostName,
ManagementChannelHandler channelHandler,
ScheduledExecutorService scheduler,
long remoteConnectionID) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.