站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

JCRService - JBOSS Portal 2.6 API 英文版文档


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

public Repository getRepository()

login

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