org.springbyexample.jcr
Interface JcrNodeCallback


public interface JcrNodeCallback

Used to process a node.

Author:
David Winterfeldt

Method Summary
 void doInJcrNode(javax.jcr.Session session, javax.jcr.Node node)
          Called by JcrRecurser.recurse(org.springbyexample.jcr.JcrNodeCallback) within an active JCR javax.jcr.JCRSession.
 

Method Detail

doInJcrNode

void doInJcrNode(javax.jcr.Session session,
                 javax.jcr.Node node)
                 throws IOException,
                        javax.jcr.RepositoryException
Called by JcrRecurser.recurse(org.springbyexample.jcr.JcrNodeCallback) within an active JCR javax.jcr.JCRSession. It is run in a JcrTemplate, so it is not responsible for logging out of the Session or handling transactions.

Throws:
IOException
javax.jcr.RepositoryException


Copyright © 2008-2012 Spring by Example. All Rights Reserved.