biz.hammurapi.sql.hsqldb
Class HsqldbInMemoryDataSourceComponent

java.lang.Object
  extended by biz.hammurapi.sql.hsqldb.HsqldbDataSourceComponent
      extended by biz.hammurapi.sql.hsqldb.HsqldbInMemoryDataSourceComponent
All Implemented Interfaces:
Component, DomConfigurable, Wrapper

public class HsqldbInMemoryDataSourceComponent
extends HsqldbDataSourceComponent


Constructor Summary
HsqldbInMemoryDataSourceComponent()
           
 
Method Summary
 java.lang.Object getMaster()
           
 void start()
          Invoked by container before the first use.
 void stop()
          Invoked by container when component is not needed anymore.
 
Methods inherited from class biz.hammurapi.sql.hsqldb.HsqldbDataSourceComponent
configure, getReader, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqldbInMemoryDataSourceComponent

public HsqldbInMemoryDataSourceComponent()
Method Detail

getMaster

public java.lang.Object getMaster()

start

public void start()
           throws ConfigurationException
Description copied from interface: Component
Invoked by container before the first use. Component shall perform initialization in this method.

Throws:
ConfigurationException

stop

public void stop()
          throws ConfigurationException
Description copied from interface: Component
Invoked by container when component is not needed anymore. Component shall perform cleanup in this method.

Throws:
ConfigurationException


Copyright © 2003 Hammurapi Group. All Rights Reserved.