| Package | Description |
|---|---|
| org.jboss.as.domain.controller | |
| org.jboss.as.host.controller |
| Modifier and Type | Method and Description |
|---|---|
static SlaveRegistrationException |
SlaveRegistrationException.forHostAlreadyExists(String slaveName) |
static SlaveRegistrationException |
SlaveRegistrationException.forHostIsNotMaster() |
static SlaveRegistrationException |
SlaveRegistrationException.forMasterInAdminOnlyMode(RunningMode runningMode) |
static SlaveRegistrationException |
SlaveRegistrationException.forUnknownError(String msg) |
static SlaveRegistrationException |
SlaveRegistrationException.parse(String raw) |
| 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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.