biz.hammurapi.sql.hsqldb
Class HsqldbTmpDataSourceComponent

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

public class HsqldbTmpDataSourceComponent
extends HsqldbDataSourceComponent


Constructor Summary
HsqldbTmpDataSourceComponent()
           
 
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

HsqldbTmpDataSourceComponent

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