org.axiondb.engine.metaupdaters
Class AxionTablePropertiesMetaTableUpdater

java.lang.Object
  extended byorg.axiondb.event.BaseDatabaseModificationListener
      extended byorg.axiondb.engine.metaupdaters.AxionTablePropertiesMetaTableUpdater
All Implemented Interfaces:
DatabaseModificationListener

public class AxionTablePropertiesMetaTableUpdater
extends BaseDatabaseModificationListener
implements DatabaseModificationListener

Updates the AXION_TABLE_PROPERTIES meta table

Version:
$Revision: 1.2 $ $Date: 2004/08/24 01:09:26 $

Constructor Summary
AxionTablePropertiesMetaTableUpdater(Database db)
           
 
Method Summary
 void tableAdded(DatabaseModifiedEvent e)
           
 void tableDropped(DatabaseModifiedEvent e)
           
 
Methods inherited from class org.axiondb.event.BaseDatabaseModificationListener
sequenceAdded, sequenceDropped, serverAdded, serverDropped, typeAdded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.axiondb.event.DatabaseModificationListener
sequenceAdded, sequenceDropped, serverAdded, serverDropped, typeAdded
 

Constructor Detail

AxionTablePropertiesMetaTableUpdater

public AxionTablePropertiesMetaTableUpdater(Database db)
Method Detail

tableAdded

public void tableAdded(DatabaseModifiedEvent e)
Specified by:
tableAdded in interface DatabaseModificationListener
Overrides:
tableAdded in class BaseDatabaseModificationListener

tableDropped

public void tableDropped(DatabaseModifiedEvent e)
Specified by:
tableDropped in interface DatabaseModificationListener
Overrides:
tableDropped in class BaseDatabaseModificationListener