Uses of Class
com.aoindustries.aoserv.client.mysql.Server
-
Packages that use Server Package Description com.aoindustries.aoserv.client.backup com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.mysql com.aoindustries.aoserv.client.net -
-
Uses of Server in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return Server Modifier and Type Method Description ServerMysqlReplication. getMySQLServer()Methods in com.aoindustries.aoserv.client.backup with parameters of type Server Modifier and Type Method Description List<MysqlReplication>MysqlReplicationTable. getFailoverMySQLReplications(Server mysqlServer) -
Uses of Server in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Server Modifier and Type Method Description ServerServer. getMySQLServer(Server.Name name)ServerServer. getPreferredMySQLServer()Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type Server Modifier and Type Method Description List<Server>Server. getMySQLServers() -
Uses of Server in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return Server Modifier and Type Method Description ServerServerTable. get(int bind)ServerDatabase. getMySQLServer()ServerServerTable. getMySQLServer(Server.Name name, Server ao)ServerServerTable. getMySQLServer(Bind nb)ServerUserServer. getMySQLServer()Methods in com.aoindustries.aoserv.client.mysql that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerTable. getMySQLServers(Server ao)Methods in com.aoindustries.aoserv.client.mysql with parameters of type Server Modifier and Type Method Description intDatabaseTable. addMySQLDatabase(Database.Name name, Server mysqlServer, Package packageObj)intUser. addMySQLServerUser(Server mysqlServer, String host)UserServerUser. getMySQLServerUser(Server mysqlServer) -
Uses of Server in com.aoindustries.aoserv.client.net
Methods in com.aoindustries.aoserv.client.net that return Server Modifier and Type Method Description ServerBind. getMySQLServer()
-