com.cisco.step.jenkins.plugins.jenkow
Class H2DBSetup

java.lang.Object
  extended by com.cisco.step.jenkins.plugins.jenkow.H2DBSetup

public class H2DBSetup
extends Object

Lightweight H2 DB setup control bean. enabled in the dev environment by default and configured through external configuration (org.activiti.karaf.cfg) to disable it and use external db (e.g. mysql, oracle etc).


Constructor Summary
H2DBSetup()
           
 
Method Summary
 void setEnabled(Boolean enabled)
           
 void setTcpPort(String tcpPort)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H2DBSetup

public H2DBSetup()
Method Detail

setEnabled

public void setEnabled(Boolean enabled)

setTcpPort

public void setTcpPort(String tcpPort)

start

public void start()
           throws SQLException
Throws:
SQLException

stop

public void stop()


Copyright © 2004-2012. All Rights Reserved.