|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.installer.ConfigurationBean
public class ConfigurationBean
Responsible for taking the settings the user selects in the installer window and saves them as the server's initial configuration.
| Constructor Summary | |
|---|---|
ConfigurationBean()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationBean()
| Method Detail |
|---|
public PropertyItemWithValue getConfigurationProperty(String propertyName)
public void initConfiguration()
public List<PropertyItemWithValue> getConfiguration()
public List<PropertyItemWithValue> getNonDatabaseConfiguration()
getDatabaseConfiguration(),
getConfiguration()public List<PropertyItemWithValue> getDatabaseConfiguration()
getNonDatabaseConfiguration(),
getConfiguration()public boolean isAutoinstallEnabled()
true
is returned, the installer webapp should not be needed to install the server and the installer should
immediately begin the installation process.
true if auto-install should occur; false means the user needs to use
the installer GUI before the installation can beginpublic void setConfiguration(List<PropertyItemWithValue> newConfig)
public Boolean isShowAdvancedSettings()
public Boolean getShowAdvancedSettings()
public void setShowAdvancedSettings(Boolean showAdvancedSettings)
public String getLastError()
public String getLastTest()
public String getLastCreate()
public String getAdminConnectionUrl()
public void setAdminConnectionUrl(String adminUrl)
public String getAdminUsername()
public void setAdminUsername(String adminUsername)
public String getAdminPassword()
public void setAdminPassword(String adminPassword)
public StartPageResults testConnection()
public StartPageResults showCreateDatabasePage()
public StartPageResults createDatabase()
public String getDataDirectory()
public boolean isDatabaseSchemaExist()
public String getExistingSchemaOption()
public void setExistingSchemaOption(String existingSchemaOption)
public boolean isKeepExistingSchema()
public StartPageResults saveEmbeddedMode()
public StartPageResults save()
public List<javax.faces.model.SelectItem> getExistingSchemaOptions()
public PropertyItemWithValue getPropHaServerName()
public PropertyItemWithValue getPropHaEndpointPort()
public PropertyItemWithValue getPropHaEndpointSecurePort()
public boolean isRegisteredServers()
public boolean isInstallationSettingsConfigurable()
public List<javax.faces.model.SelectItem> getRegisteredServerNames()
public String getSelectedRegisteredServerName()
public void setSelectedRegisteredServerName(String selectedRegisteredServerName)
public String getHaServerName()
public void setHaServerName(String serverName)
public void setHaServerFromPropertiesOnly()
throws Exception
AutoInstallServlet.
Exceptionpublic ServerInformation.Server getHaServer()
public void setHaServer(ServerInformation.Server haServer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||