|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdevices.DbInterface
Process DeviceInterface records in the database. Insert, retrieve, and remove records in the DeviceInterface table. An Interface exists for a specific device. Therfore, a ManagedDevice must exist prior to adding a new Interface.
| Constructor Summary | |
DbInterface()
|
|
| Method Summary | |
static java.util.Vector |
dbGetAllInterfaces(java.sql.Connection dbConn,
long deviceID)
Retrieve all the DeviceInterfaces for a specific Device. |
static java.util.Vector |
dbGetMonitoredInterfaces(java.sql.Connection dbConn,
long deviceID)
Retrieve all the monitored DeviceInterfaces for a specific Device. |
static java.util.Vector |
dbGetRemovedInterfaces(java.sql.Connection dbConn,
long deviceID)
Retrieve all the removed DeviceInterfaces for a specific Device. |
static java.util.Vector |
dbGetUnmonitoredInterfaces(java.sql.Connection dbConn,
long deviceID)
Retrieve all the unmonitored DeviceInterfaces for a specific Device. |
static java.util.Vector |
dbGetUnremovedInterfaces(java.sql.Connection dbConn,
long deviceID)
Retrieve all the unremoved DeviceInterfaces for a specific Device. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DbInterface()
| Method Detail |
public static java.util.Vector dbGetAllInterfaces(java.sql.Connection dbConn,
long deviceID)
dbConn - Connection to the databasedeviceID - long record ID of the ManagedDevice for which to retrieve Interfaces
public static java.util.Vector dbGetRemovedInterfaces(java.sql.Connection dbConn,
long deviceID)
dbConn - Connection to the databasedeviceID - long record ID of the ManagedDevice for which to retrieve Interfaces
public static java.util.Vector dbGetUnremovedInterfaces(java.sql.Connection dbConn,
long deviceID)
dbConn - Connection to the databasedeviceID - long record ID of the ManagedDevice for which to retrieve Interfaces
public static java.util.Vector dbGetMonitoredInterfaces(java.sql.Connection dbConn,
long deviceID)
dbConn - Connection to the databasedeviceID - long record ID of the ManagedDevice for which to retrieve Interfaces
public static java.util.Vector dbGetUnmonitoredInterfaces(java.sql.Connection dbConn,
long deviceID)
dbConn - Connection to the databasedeviceID - long record ID of the ManagedDevice for which to retrieve Interfaces
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||