- getAllServerDetails(String, String, String) - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Returns details on all servers that are registered in the database.
- getAllServerDetails(String, String, String) - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getAppServerVersion() - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Returns the version string for the app server itself (e.g.
- getAppServerVersion() - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getDatabaseConnection(String, String, String) - Static method in class org.rhq.enterprise.server.installer.ServerInstallUtil
-
Returns a database connection with the given set of properties providing the settings that allow for a successful
database connection.
- getEndpointAddress() - Method in class org.rhq.enterprise.server.installer.ServerDetails
-
- getEndpointPort() - Method in class org.rhq.enterprise.server.installer.ServerDetails
-
- getEndpointPortString() - Method in class org.rhq.enterprise.server.installer.ServerDetails
-
- getEndpointSecurePort() - Method in class org.rhq.enterprise.server.installer.ServerDetails
-
- getEndpointSecurePortString() - Method in class org.rhq.enterprise.server.installer.ServerDetails
-
- getInstallationResults() - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Use this to determine if the server has already been completely installed or not.
- getInstallationResults() - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getInstallerConfiguration() - Method in class org.rhq.enterprise.server.installer.Installer
-
- getManagementHost() - Method in class org.rhq.enterprise.server.installer.InstallerConfiguration
-
- getManagementPort() - Method in class org.rhq.enterprise.server.installer.InstallerConfiguration
-
- getName() - Method in class org.rhq.enterprise.server.installer.ServerDetails
-
- getOperatingSystem() - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Returns the general type of operating system the server is running on (e.g.
- getOperatingSystem() - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getServerDetails(String, String, String, String) - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Returns details on a specific server that is registered in the database.
- getServerDetails(String, String, String, String) - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getServerDetails(String, String, String, String) - Static method in class org.rhq.enterprise.server.installer.ServerInstallUtil
-
Returns information on the server as found in the database (port numbers, affinity group, etc).
- getServerNames(String, String, String) - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Returns a list of all registered servers in the database.
- getServerNames(String, String, String) - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getServerNames(String, String, String) - Static method in class org.rhq.enterprise.server.installer.ServerInstallUtil
-
Get the list of existing servers from an existing schema.
- getServerProperties() - Method in interface org.rhq.enterprise.server.installer.InstallerService
-
Returns the rhq-server.properties values in a map.
- getServerProperties() - Method in class org.rhq.enterprise.server.installer.InstallerServiceImpl
-
- getSupportedDatabaseType(HashMap<String, String>) - Static method in class org.rhq.enterprise.server.installer.ServerInstallUtil
-
Give the server properties, this returns the type of database that will be connected to.
- getSupportedDatabaseType(String) - Static method in class org.rhq.enterprise.server.installer.ServerInstallUtil
-
Give the database type string, this returns the type of database that it refers to.