org.egothor.listener
Interface ListenBarrelWriter

All Known Subinterfaces:
ListenSlotMap
All Known Implementing Classes:
TransactionListener

public interface ListenBarrelWriter

This interface should be implemented by any BarrelWriter-like class that reports new assignment between local document ID and global document ID @link{org.egothor.core.DocMetadata#getUID}. Created on 1. srpen 2006, 23:49

Author:
galambos

Method Summary
 void logAssignment(long gid, long lid)
           
 

Method Detail

logAssignment

void logAssignment(long gid,
                   long lid)