org.axiondb.engine.metaupdaters
Class AxionSequencesMetaTableUpdater
java.lang.Object
org.axiondb.event.BaseDatabaseModificationListener
org.axiondb.engine.metaupdaters.AxionSequencesMetaTableUpdater
- All Implemented Interfaces:
- DatabaseModificationListener, SequenceModificationListener
public class AxionSequencesMetaTableUpdater
- extends BaseDatabaseModificationListener
- implements DatabaseModificationListener, SequenceModificationListener
Updates the AXION_SEQUENCES
meta table
- Version:
- $Revision: 1.1 $ $Date: 2004/08/13 02:01:13 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxionSequencesMetaTableUpdater
public AxionSequencesMetaTableUpdater(Database db)
sequenceAdded
public void sequenceAdded(DatabaseSequenceEvent e)
- Specified by:
sequenceAdded
in interface DatabaseModificationListener
- Overrides:
sequenceAdded
in class BaseDatabaseModificationListener
sequenceIncremented
public void sequenceIncremented(DatabaseSequenceEvent e)
- Specified by:
sequenceIncremented
in interface SequenceModificationListener