org.axiondb.engine.metaupdaters
Class AxionDBLinksMetaTableUpdater

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

public class AxionDBLinksMetaTableUpdater
extends BaseDatabaseModificationListener
implements DatabaseModificationListener

Updates the AXION_DB_LINKS meta table

Version:
$Revision: 1.2 $ $Date: 2004/09/02 01:52:08 $

Constructor Summary
AxionDBLinksMetaTableUpdater(Database db)
           
 
Method Summary
protected  Row createRowForAddedServer(DatabaseLink server)
           
 void serverAdded(DatabaseLinkEvent e)
           
 void serverDropped(DatabaseLinkEvent e)
           
 
Methods inherited from class org.axiondb.event.BaseDatabaseModificationListener
sequenceAdded, sequenceDropped, tableAdded, tableDropped, 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, tableAdded, tableDropped, typeAdded
 

Constructor Detail

AxionDBLinksMetaTableUpdater

public AxionDBLinksMetaTableUpdater(Database db)
Method Detail

createRowForAddedServer

protected Row createRowForAddedServer(DatabaseLink server)

serverAdded

public void serverAdded(DatabaseLinkEvent e)
Specified by:
serverAdded in interface DatabaseModificationListener
Overrides:
serverAdded in class BaseDatabaseModificationListener

serverDropped

public void serverDropped(DatabaseLinkEvent e)
Specified by:
serverDropped in interface DatabaseModificationListener
Overrides:
serverDropped in class BaseDatabaseModificationListener