org.jboss.seam.jcr.repository
Interface RepositoryResolver


public interface RepositoryResolver


Method Summary
 javax.jcr.Session createSessionFromParameters(JcrConfiguration configuration, JcrConfiguration.List jcrRepoList)
           
 javax.jcr.Session createSessionFromParameters(JcrConfiguration configuration, JcrConfiguration.List jcrRepoList, Map<String,String> defaults)
           
 

Method Detail

createSessionFromParameters

javax.jcr.Session createSessionFromParameters(JcrConfiguration configuration,
                                              JcrConfiguration.List jcrRepoList)
                                              throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

createSessionFromParameters

javax.jcr.Session createSessionFromParameters(JcrConfiguration configuration,
                                              JcrConfiguration.List jcrRepoList,
                                              Map<String,String> defaults)
                                              throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2011 Seam Framework. All Rights Reserved.