public interface LocalHostControllerInfo
Modifier and Type | Method and Description |
---|---|
String |
getHttpManagementInterface()
Gets the name of the interface on which the host listens for HTTP management requests.
|
int |
getHttpManagementPort()
Gets the name of the port on which the host listens for HTTP management requests.
|
int |
getHttpManagementSecurePort()
Gets the name of the port on which the host listens for HTTPS management requests.
|
String |
getHttpManagementSecurityRealm()
Gets the name of the security realm to use for for HTTP management requests.
|
String |
getLocalHostName()
Gets the host controller's name.
|
String |
getNativeManagementInterface()
Gets the name of the interface on which the host listens for native management requests.
|
int |
getNativeManagementPort()
Gets the name of the port on which the host listens for native management requests.
|
String |
getNativeManagementSecurityRealm()
Gets the name of the security realm to use for for native management requests.
|
ControlledProcessState.State |
getProcessState()
Gets the current state of the host controller process.
|
String |
getRemoteDomainControllerHost()
Gets the host name of the remote domain controller
|
int |
getRemoteDomainControllerPort()
Gets the port of the remote domain controller
|
boolean |
isMasterDomainController()
Gets whether the local host controllers is acting as the master domain controller.
|
String getLocalHostName()
IllegalStateException
- if getProcessState()
is ControlledProcessState.State.STARTING
boolean isMasterDomainController()
true
if the local host controller is the masterIllegalStateException
- if getProcessState()
is ControlledProcessState.State.STARTING
String getNativeManagementInterface()
int getNativeManagementPort()
String getNativeManagementSecurityRealm()
String getHttpManagementInterface()
int getHttpManagementPort()
int getHttpManagementSecurePort()
String getHttpManagementSecurityRealm()
String getRemoteDomainControllerHost()
int getRemoteDomainControllerPort()
ControlledProcessState.State getProcessState()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.