| Modifier and Type | Method and Description |
|---|---|
static ServerDetails |
ServerInstallUtil.getServerDetails(String connectionUrl,
String username,
String password,
String serverName)
Returns information on the server as found in the database (port numbers, affinity group, etc).
|
ServerDetails |
InstallerService.getServerDetails(String connectionUrl,
String username,
String password,
String serverName)
Returns details on a specific server that is registered in the database.
|
ServerDetails |
InstallerServiceImpl.getServerDetails(String connectionUrl,
String username,
String password,
String serverName) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ServerDetails> |
InstallerService.getAllServerDetails(String connectionUrl,
String username,
String password)
Returns details on all servers that are registered in the database.
|
ArrayList<ServerDetails> |
InstallerServiceImpl.getAllServerDetails(String connectionUrl,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerInstallUtil.createDefaultManagementUser(String password,
ServerDetails serverDetails,
String configDirStr)
Create an rhqadmin management user so when discovered, the AS7 plugin can use it to connect
to the RHQ Server.
|
static File |
ServerInstallUtil.createKeystore(ServerDetails serverDetails,
String configDirStr)
Creates a keystore whose cert has a CN of this server's public endpoint address.
|
static void |
ServerInstallUtil.createNewDatabaseSchema(HashMap<String,String> props,
ServerDetails serverDetails,
String password,
String logDir)
This will create the database schema in the database.
|
void |
InstallerService.install(HashMap<String,String> serverProperties,
ServerDetails serverDetails,
String existingSchemaOption)
Starts the installation process.
|
void |
InstallerServiceImpl.install(HashMap<String,String> serverProperties,
ServerDetails serverDetails,
String existingSchemaOption) |
void |
InstallerService.prepareDatabase(HashMap<String,String> serverProperties,
ServerDetails serverDetails,
String existingSchemaOption)
Prepares the database.
|
void |
InstallerServiceImpl.prepareDatabase(HashMap<String,String> serverProperties,
ServerDetails serverDetails,
String existingSchemaOption) |
static void |
ServerInstallUtil.storeServerDetails(HashMap<String,String> serverProperties,
String password,
ServerDetails serverDetails)
Stores the server details (such as the public endpoint) in the database.
|
static void |
ServerInstallUtil.upgradeExistingDatabaseSchema(HashMap<String,String> props,
ServerDetails serverDetails,
String password,
String logDir)
This will update an existing database schema so it can be upgraded to the latest schema version.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.