Uses of Class
com.aoindustries.aoserv.client.postgresql.Server.Name
-
Packages that use Server.Name Package Description com.aoindustries.aoserv.client com.aoindustries.aoserv.client.aosh com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.postgresql -
-
Uses of Server.Name in com.aoindustries.aoserv.client
Methods in com.aoindustries.aoserv.client that return Server.Name Modifier and Type Method Description protected static Server.NameAOServObject. getPostgresServerName(PostgresServerName serverName)null-safe PostgreSQL server name conversion.Methods in com.aoindustries.aoserv.client with parameters of type Server.Name Modifier and Type Method Description intSimpleAOClient. addPostgresDatabase(Database.Name name, Server.Name postgres_server, String aoServer, User.Name datdba, String encoding, boolean enablePostgis)Adds a newDatabaseto the system.intSimpleAOClient. addPostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer)intSimpleAOClient. disablePostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer, String disableReason)Disables aUserServer.voidSimpleAOClient. dumpPostgresDatabase(Database.Name name, Server.Name postgresServer, String aoServer, boolean gzip, StreamHandler streamHandler)Dumps the contents of aDatabaseto anOutputStream, optionally gzipped.voidSimpleAOClient. dumpPostgresDatabase(Database.Name name, Server.Name postgresServer, String aoServer, Writer out)voidSimpleAOClient. enablePostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer)Enables aUserServer.booleanSimpleAOClient. isPostgresDatabaseNameAvailable(Database.Name name, Server.Name postgresServer, String aoServer)booleanSimpleAOClient. isPostgresServerNameAvailable(Server.Name name, String aoServer)booleanSimpleAOClient. isPostgresServerUserPasswordSet(User.Name username, Server.Name postgresServer, String aoServer)Determines if aUserServercurrently has a password set.voidSimpleAOClient. removePostgresDatabase(Database.Name name, Server.Name postgresServer, String aoServer)Removes aDatabasefrom the system.voidSimpleAOClient. removePostgresServerUser(User.Name username, Server.Name postgresServer, String aoServer)Removes aUserServerfrom a the system..voidSimpleAOClient. restartPostgreSQL(Server.Name postgresServer, String aoServer)Restarts the PostgreSQL database server.voidSimpleAOClient. setPostgresServerUserPassword(User.Name username, Server.Name postgresServer, String aoServer, String password)Sets the password for aUserServer.voidSimpleAOClient. startPostgreSQL(Server.Name postgresServer, String aoServer)Starts the PostgreSQL database server if it is not already running.voidSimpleAOClient. stopPostgreSQL(Server.Name postgresServer, String aoServer)Stops the PostgreSQL database server if it is running. -
Uses of Server.Name in com.aoindustries.aoserv.client.aosh
Methods in com.aoindustries.aoserv.client.aosh that return Server.Name Modifier and Type Method Description static Server.NameAOSH. parsePostgresServerName(String S, String field) -
Uses of Server.Name in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux with parameters of type Server.Name Modifier and Type Method Description ServerServer. getPostgresServer(Server.Name name)booleanServer. isPostgresServerNameAvailable(Server.Name name) -
Uses of Server.Name in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return Server.Name Modifier and Type Method Description Server.NameServer. getName()Server.NameServer.Name. intern()Interns this name much in the same fashion asString.intern().static Server.NameServer.Name. valueOf(String name)Methods in com.aoindustries.aoserv.client.postgresql with parameters of type Server.Name Modifier and Type Method Description intServer.Name. compareTo(Server.Name other)ServerServerTable. getPostgresServer(Server.Name name, Server ao)booleanServerTable. isPostgresServerNameAvailable(Server.Name name, Server ao)
-