public class JcrSessionFactory extends AbstractJcrSessionFactory implements SessionFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log
Loggeur
|
credentials, nodeTypeDefinitions, repository, workspaceName| Constructor and Description |
|---|
JcrSessionFactory()
Constructeur par defaut
|
JcrSessionFactory(javax.jcr.Repository repository,
java.lang.String workspaceName,
javax.jcr.Credentials credentials)
Constructeur avec initialisation des parametres
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
getCredentials, getNamespaces, getNodeTypeDefinitions, getRepository, getSession, getWorkspaceName, registerNamespace, setCredentials, setNodeTypeDefinitions, setRepository, setWorkspaceNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessionpublic JcrSessionFactory()
public JcrSessionFactory(javax.jcr.Repository repository,
java.lang.String workspaceName,
javax.jcr.Credentials credentials)
repository - DepotworkspaceName - Nom du Workspacecredentials - Credentialspublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractJcrSessionFactoryjava.lang.Exceptionpublic void destroy()
throws java.lang.Exception
destroy in interface org.springframework.beans.factory.DisposableBeandestroy in class AbstractJcrSessionFactoryjava.lang.ExceptionCopyright © 2018 Kube Cloud. All Rights Reserved.