biz.hammurapi.sql.hsqldb
Class HsqldbStandaloneDataSourceComponent

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

public class HsqldbStandaloneDataSourceComponent
extends HsqldbDataSourceComponent


Constructor Summary
HsqldbStandaloneDataSourceComponent()
           
 
Method Summary
 void configure(org.w3c.dom.Node configNode, Context context, java.lang.ClassLoader classLoader)
          Reads configuration from Node
 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
getReader, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqldbStandaloneDataSourceComponent

public HsqldbStandaloneDataSourceComponent()
Method Detail

getMaster

public java.lang.Object getMaster()

configure

public void configure(org.w3c.dom.Node configNode,
                      Context context,
                      java.lang.ClassLoader classLoader)
               throws ConfigurationException
Description copied from interface: DomConfigurable
Reads configuration from Node

Specified by:
configure in interface DomConfigurable
Overrides:
configure in class HsqldbDataSourceComponent
classLoader - ClassLoader
Throws:
ConfigurationException

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.