org.apache.jackrabbit.core.data
Interface ScanEventListener

All Superinterfaces:
EventListener

public interface ScanEventListener
extends EventListener

The listener interface for receiving garbage collection scan events.


Method Summary
 void afterScanning(Node n)
          This method is called after a node is scanned.
 void beforeScanning(Node n)
          This method is called before a node is scanned.
 void done()
          This method is called when the garbage collection scan is finished.
 

Method Detail

beforeScanning

void beforeScanning(Node n)
                    throws RepositoryException
This method is called before a node is scanned.

Throws:
RepositoryException

afterScanning

void afterScanning(Node n)
                   throws RepositoryException
This method is called after a node is scanned.

Throws:
RepositoryException

done

void done()
This method is called when the garbage collection scan is finished.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.