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

All Known Implementing Classes:
JackrabbitJCRService

public interface JCRService


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

public javax.jcr.Repository getRepository()

login

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

start

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

stop

public void stop()