public class LocalHostControllerInfoImpl extends Object implements LocalHostControllerInfo
LocalHostControllerInfo.| Constructor and Description |
|---|
LocalHostControllerInfoImpl(ControlledProcessState processState,
HostControllerEnvironment hostEnvironment) |
LocalHostControllerInfoImpl(ControlledProcessState processState,
String localHostName)
Constructor solely for test cases
|
| 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
|
String |
getRemoteDomainControllerSecurityRealm() |
boolean |
isMasterDomainController()
Gets whether the local host controllers is acting as the master domain controller.
|
void |
setRemoteDomainControllerSecurityRealm(String remoteSecurityRealm) |
public LocalHostControllerInfoImpl(ControlledProcessState processState, String localHostName)
public LocalHostControllerInfoImpl(ControlledProcessState processState, HostControllerEnvironment hostEnvironment)
public String getLocalHostName()
LocalHostControllerInfogetLocalHostName in interface LocalHostControllerInfopublic ControlledProcessState.State getProcessState()
LocalHostControllerInfogetProcessState in interface LocalHostControllerInfopublic boolean isMasterDomainController()
LocalHostControllerInfoisMasterDomainController in interface LocalHostControllerInfotrue if the local host controller is the masterpublic String getNativeManagementInterface()
LocalHostControllerInfogetNativeManagementInterface in interface LocalHostControllerInfopublic int getNativeManagementPort()
LocalHostControllerInfogetNativeManagementPort in interface LocalHostControllerInfopublic String getNativeManagementSecurityRealm()
LocalHostControllerInfogetNativeManagementSecurityRealm in interface LocalHostControllerInfopublic String getHttpManagementInterface()
LocalHostControllerInfogetHttpManagementInterface in interface LocalHostControllerInfopublic int getHttpManagementPort()
LocalHostControllerInfogetHttpManagementPort in interface LocalHostControllerInfopublic int getHttpManagementSecurePort()
LocalHostControllerInfogetHttpManagementSecurePort in interface LocalHostControllerInfopublic String getHttpManagementSecurityRealm()
LocalHostControllerInfogetHttpManagementSecurityRealm in interface LocalHostControllerInfopublic String getRemoteDomainControllerHost()
LocalHostControllerInfogetRemoteDomainControllerHost in interface LocalHostControllerInfopublic int getRemoteDomainControllerPort()
LocalHostControllerInfogetRemoteDomainControllerPort in interface LocalHostControllerInfopublic String getRemoteDomainControllerSecurityRealm()
public void setRemoteDomainControllerSecurityRealm(String remoteSecurityRealm)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.