org.chromattic.core.api
Class ChromatticImpl

java.lang.Object
  extended by org.chromattic.core.api.ChromatticImpl
All Implemented Interfaces:
Chromattic

public class ChromatticImpl
extends java.lang.Object
implements Chromattic

Version:
$Revision$
Author:
Julien Viet

Method Summary
 SessionLifeCycle getSessionLifeCycle()
           
 ChromatticSession openSession()
           
 ChromatticSession openSession(javax.jcr.Credentials credentials)
           
 ChromatticSession openSession(javax.jcr.Credentials credentials, java.lang.String workspace)
           
 ChromatticSession openSession(java.lang.String workspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSessionLifeCycle

public SessionLifeCycle getSessionLifeCycle()

openSession

public ChromatticSession openSession()
Specified by:
openSession in interface Chromattic

openSession

public ChromatticSession openSession(java.lang.String workspace)
Specified by:
openSession in interface Chromattic

openSession

public ChromatticSession openSession(javax.jcr.Credentials credentials,
                                     java.lang.String workspace)
Specified by:
openSession in interface Chromattic

openSession

public ChromatticSession openSession(javax.jcr.Credentials credentials)
Specified by:
openSession in interface Chromattic


Copyright © 2013 eXo Platform SAS. All Rights Reserved.