org.jboss.portal.cms.impl.jcr
Interface JCRService

All Known Implementing Classes:
JackrabbitJCRService

public interface JCRService

Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 javax.jcr.Repository getRepository()
           
 javax.jcr.Session login(java.lang.String user, java.lang.String password)
           
 void start()
           
 void stop()
           
 

Method Detail

getRepository

javax.jcr.Repository getRepository()

login

javax.jcr.Session login(java.lang.String user,
                        java.lang.String password)
                        throws java.lang.Exception
Throws:
java.lang.Exception

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()