|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdevices.DbAttribute
Process Attribute records in the database. Insert, retrieve, and remove records in the Attribute table. Each Attribute exists for one and only one Device Interface. Therefore, an Interface must exist prior to adding a new Attribute. It is the Attributes that are individually polled by the system.
| Constructor Summary | |
DbAttribute()
|
|
| Method Summary | |
static java.util.Vector |
dbGetAllAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
Retrieve all Attributes from the database for a specific Device Interface. |
static java.util.Vector |
dbGetMonitoredAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
Retrieve all monitored Attributes from the database for a specific Device Interface. |
static java.util.Vector |
dbGetRemovedAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
Retrieve all removed Attributes from the database for a specific Device Interface. |
static java.util.Vector |
dbGetUnmonitoredAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
Retrieve all unmonitored Attributes from the database for a specific Device Interface. |
static java.util.Vector |
dbGetUnremovedAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
Retrieve all unremoved Attributes from the database for a specific Device Interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DbAttribute()
| Method Detail |
public static java.util.Vector dbGetAllAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
devID - long value of the ManagedDevice recordifIndex - int value of the DeviceInterface Index
public static java.util.Vector dbGetRemovedAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
devID - long value of the ManagedDevice recordifIndex - int value of the DeviceInterface Index
public static java.util.Vector dbGetUnremovedAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
devID - long value of the ManagedDevice recordifIndex - int value of the DeviceInterface Index
public static java.util.Vector dbGetMonitoredAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
devID - long value of the ManagedDevice recordifIndex - int value of the DeviceInterface Index
public static java.util.Vector dbGetUnmonitoredAttributes(java.sql.Connection dbConn,
long devID,
int ifIndex)
devID - long value of the ManagedDevice recordifIndex - int value of the DeviceInterface Index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||