edu.jhu.tmaj.client.tables.logs
Class DeletionLog

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.logs.DeletionLog
All Implemented Interfaces:
ChangeLog, java.io.Serializable

final class DeletionLog
extends java.lang.Object
implements ChangeLog, java.io.Serializable

A ChangeLog indicating a record was deleted.


Constructor Summary
DeletionLog(RecordModify recordModify)
           
 
Method Summary
 void insertIntoDatabase()
          Inserts the ChangeLog into one of the Log-Recording tables in the Database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletionLog

DeletionLog(RecordModify recordModify)
Method Detail

insertIntoDatabase

public void insertIntoDatabase()
                        throws java.sql.SQLException
Description copied from interface: ChangeLog
Inserts the ChangeLog into one of the Log-Recording tables in the Database.

Specified by:
insertIntoDatabase in interface ChangeLog
Throws:
java.sql.SQLException