org.axiondb.engine.metaupdaters
Class AxionDBLinksMetaTableUpdater
java.lang.Object
org.axiondb.event.BaseDatabaseModificationListener
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxionDBLinksMetaTableUpdater
public AxionDBLinksMetaTableUpdater(Database db)
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