org.modeshape.jcr
Class JcrEngine.JcrRepositoryHolder

java.lang.Object
  extended by org.modeshape.jcr.JcrEngine.JcrRepositoryHolder
Enclosing class:
JcrEngine

protected class JcrEngine.JcrRepositoryHolder
extends Object


Constructor Summary
protected JcrEngine.JcrRepositoryHolder(String repositoryName, Future<JcrRepository> future)
           
 
Method Summary
 void cleanUpLocks()
           
 void close()
           
 String getName()
           
 JcrRepository getRepository()
           
 void terminateAllSessions()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JcrEngine.JcrRepositoryHolder

protected JcrEngine.JcrRepositoryHolder(String repositoryName,
                                        Future<JcrRepository> future)
Method Detail

getName

public String getName()

getRepository

public JcrRepository getRepository()
                            throws RepositoryException
Throws:
RepositoryException

close

public void close()

terminateAllSessions

public void terminateAllSessions()

cleanUpLocks

public void cleanUpLocks()

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


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