Package org.apache.sling.jcr.resource.internal

Examples of org.apache.sling.jcr.resource.internal.JcrResourceListener


                } catch ( final Throwable t ) {
                    log.error("Unable to instantiate improved JCR Resource listener for Oak. Using fallback.", t);
                }
            }
            if ( this.listener == null ) {
                this.listener = new JcrResourceListener(root, support);
            }
            closeSupport = false;
        } finally {
            if ( closeSupport ) {
                support.dispose();
View Full Code Here

TOP

Related Classes of org.apache.sling.jcr.resource.internal.JcrResourceListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.