public class HostingServerManager
extends java.lang.Object
Constructor and Description |
---|
HostingServerManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
void |
deleteServer(int id) |
HostingServer |
getServer(int id) |
java.util.List<HostingServer> |
getServerList() |
void |
updateServer(HostingServer server) |
public HostingServerManager(java.sql.Connection con, int mid)
public java.util.List<HostingServer> getServerList()
public HostingServer getServer(int id)
public void updateServer(HostingServer server)
public void deleteServer(int id)