org.modeshape.jcr
Class JcrEngine.RepositoryInitializer

java.lang.Object
  extended by org.modeshape.jcr.JcrEngine.RepositoryInitializer
All Implemented Interfaces:
Callable<JcrRepository>
Enclosing class:
JcrEngine

protected class JcrEngine.RepositoryInitializer
extends Object
implements Callable<JcrRepository>


Constructor Summary
protected JcrEngine.RepositoryInitializer(String repositoryName)
           
protected JcrEngine.RepositoryInitializer(String repositoryName, CountDownLatch latch)
           
 
Method Summary
 JcrRepository call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrEngine.RepositoryInitializer

protected JcrEngine.RepositoryInitializer(String repositoryName)

JcrEngine.RepositoryInitializer

protected JcrEngine.RepositoryInitializer(String repositoryName,
                                          CountDownLatch latch)
Method Detail

call

public JcrRepository call()
                   throws Exception
Specified by:
call in interface Callable<JcrRepository>
Throws:
Exception


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