org.jboss.dna.repository.util
Interface SessionFactory

All Known Implementing Classes:
AbstractSessionFactory, SimpleSessionFactory

public interface SessionFactory

An interface for creating JCR Session objects.


Method Summary
 javax.jcr.Session createSession(String name)
           
 

Method Detail

createSession

javax.jcr.Session createSession(String name)
                                throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.