org.egothor.listener
Interface ListenSlotMap

All Superinterfaces:
ListenBarrelWriter
All Known Implementing Classes:
TransactionListener

public interface ListenSlotMap
extends ListenBarrelWriter

This interface should be implemented by objects which move, save or destroys barrels in slots. Created on 1. srpen 2006, 23:53

Author:
galambos

Method Summary
 void logDestroy(int localSlot)
           
 void logRemoval(long gid, int slot, long lid)
           
 void logSave(int localSlot)
           
 SequenceWithClose<GlobalPosition> readGSL()
           
 void rollback()
           
 
Methods inherited from interface org.egothor.listener.ListenBarrelWriter
logAssignment
 

Method Detail

logDestroy

void logDestroy(int localSlot)

logSave

void logSave(int localSlot)

rollback

void rollback()

readGSL

SequenceWithClose<GlobalPosition> readGSL()
                                          throws java.io.IOException
Throws:
java.io.IOException

logRemoval

void logRemoval(long gid,
                int slot,
                long lid)