devices
Class DbChange

java.lang.Object
  extended bydevices.DbChange

public class DbChange
extends java.lang.Object

Process Change records in the database. Retrieve and process Change table records, and delete them when finished.

Version:
0.1
Author:
gswalters

Constructor Summary
DbChange()
           
 
Method Summary
static void dbClearChanges(java.sql.Connection dbConn)
           
static Change[] dbGetAllChanges(java.sql.Connection dbConn)
          Retrieve all Change table records in the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbChange

public DbChange()
Method Detail

dbGetAllChanges

public static Change[] dbGetAllChanges(java.sql.Connection dbConn)
Retrieve all Change table records in the database.

Returns:
Change array - a null value indicates not found or an error occured

dbClearChanges

public static void dbClearChanges(java.sql.Connection dbConn)