|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScanEventListener
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 |
|---|
void beforeScanning(javax.jcr.Node n)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
void afterScanning(javax.jcr.Node n)
throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionvoid done()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||