org.kuali.ole
Class RepositoryManager

java.lang.Object
  extended by org.kuali.ole.RepositoryManager

public class RepositoryManager
extends Object

User: Peri Subrahmanya Date: 3/30/11 Time: 10:07 AM To change this template use File | Settings | File Templates.


Method Summary
static RepositoryManager getRepositoryManager()
           
 javax.jcr.Session getSession()
           
 javax.jcr.Session getSession(String userName, String actionSource)
           
 org.apache.jackrabbit.core.TransientRepository getTransientRepository()
           
 void init()
           
 void logout(javax.jcr.Session session)
           
 void shutdown()
           
 void shutdownRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRepositoryManager

public static RepositoryManager getRepositoryManager()
                                              throws OleException
Throws:
OleException

getSession

public javax.jcr.Session getSession()
                             throws OleException
Throws:
OleException

getSession

public javax.jcr.Session getSession(String userName,
                                    String actionSource)
                             throws OleException
Throws:
OleException

logout

public void logout(javax.jcr.Session session)

getTransientRepository

public org.apache.jackrabbit.core.TransientRepository getTransientRepository()
                                                                      throws IOException
Throws:
IOException

shutdown

public void shutdown()

init

public void init()
          throws OleException
Throws:
OleException

shutdownRepository

public void shutdownRepository()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.