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

All Known Implementing Classes:
JackrabbitJCRService

public interface JCRService

Version:
$Revision: 5448 $
Author:
Julien Viet

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

Method Detail

getRepository

Repository getRepository()

login

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()