org.chromattic.core.builder
Class ChromatticImpl

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

public class ChromatticImpl
extends Object
implements Chromattic

Version:
$Revision$
Author:
Julien Viet

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

Method Detail

stop

public void stop()
Specified by:
stop in interface Chromattic

openSession

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

openSession

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

openSession

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

openSession

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

execute

public void execute(SessionTask task)
             throws Throwable
Specified by:
execute in interface Chromattic
Throws:
Throwable


Copyright © 2009 eXo Platform SAS. All Rights Reserved.