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(javax.jcr.Node n)
          This method is called after a node is scanned.
 void beforeScanning(javax.jcr.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(javax.jcr.Node n)
                    throws javax.jcr.RepositoryException
This method is called before a node is scanned.

Throws:
javax.jcr.RepositoryException

afterScanning

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

Throws:
javax.jcr.RepositoryException

done

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



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.