Liferay 6.1.2-ce-ga3

com.liferay.portal.jcr.jackrabbit
Class JCRFactoryImpl

java.lang.Object
  extended by com.liferay.portal.jcr.jackrabbit.JCRFactoryImpl
All Implemented Interfaces:
JCRFactory

public class JCRFactoryImpl
extends Object
implements JCRFactory


Field Summary
static String CONFIG_FILE_PATH
           
static char[] CREDENTIALS_PASSWORD
           
static String CREDENTIALS_USERNAME
           
static String REPOSITORY_HOME
           
static String REPOSITORY_ROOT
           
 
Fields inherited from interface com.liferay.portal.jcr.JCRFactory
NODE_DOCUMENTLIBRARY, WORKSPACE_NAME
 
Constructor Summary
protected JCRFactoryImpl()
           
 
Method Summary
 javax.jcr.Session createSession(String workspaceName)
           
 void initialize()
           
 void prepare()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE_PATH

public static final String CONFIG_FILE_PATH

CREDENTIALS_PASSWORD

public static final char[] CREDENTIALS_PASSWORD

CREDENTIALS_USERNAME

public static final String CREDENTIALS_USERNAME

REPOSITORY_HOME

public static final String REPOSITORY_HOME

REPOSITORY_ROOT

public static final String REPOSITORY_ROOT
Constructor Detail

JCRFactoryImpl

protected JCRFactoryImpl()
                  throws Exception
Throws:
Exception
Method Detail

createSession

public javax.jcr.Session createSession(String workspaceName)
                                throws javax.jcr.RepositoryException
Specified by:
createSession in interface JCRFactory
Throws:
javax.jcr.RepositoryException

initialize

public void initialize()
                throws javax.jcr.RepositoryException
Specified by:
initialize in interface JCRFactory
Throws:
javax.jcr.RepositoryException

prepare

public void prepare()
             throws javax.jcr.RepositoryException
Specified by:
prepare in interface JCRFactory
Throws:
javax.jcr.RepositoryException

shutdown

public void shutdown()
Specified by:
shutdown in interface JCRFactory

Liferay 6.1.2-ce-ga3