|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.event.BaseDatabaseModificationListener
org.axiondb.engine.metaupdaters.AxionDBLinksMetaTableUpdater
public class AxionDBLinksMetaTableUpdater
Updates the AXION_DB_LINKS
meta table
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 |
---|
public AxionDBLinksMetaTableUpdater(Database db)
Method Detail |
---|
protected Row createRowForAddedServer(DatabaseLink server)
public void serverAdded(DatabaseLinkEvent e)
serverAdded
in interface DatabaseModificationListener
serverAdded
in class BaseDatabaseModificationListener
public void serverDropped(DatabaseLinkEvent e)
serverDropped
in interface DatabaseModificationListener
serverDropped
in class BaseDatabaseModificationListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |