java.lang.Object
com.aoindustries.aoserv.master.NetDeviceHandler
The
NetDeviceHandler handles all the accesses to the net.Device table.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDeviceBondingReport(DatabaseConnection conn, RequestSource source, int device) static StringgetDeviceStatisticsReport(DatabaseConnection conn, RequestSource source, int device) static intgetHostForDevice(DatabaseConnection conn, int device)
-
Method Details
-
getDeviceBondingReport
public static String getDeviceBondingReport(DatabaseConnection conn, RequestSource source, int device) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
getDeviceStatisticsReport
public static String getDeviceStatisticsReport(DatabaseConnection conn, RequestSource source, int device) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
getHostForDevice
public static int getHostForDevice(DatabaseConnection conn, int device) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
