biz.hammurapi.sql.hypersonic
Class HypersonicStandaloneDataSourceComponent

java.lang.Object
  extended by biz.hammurapi.sql.hypersonic.HypersonicDataSourceComponent
      extended by biz.hammurapi.sql.hypersonic.HypersonicStandaloneDataSourceComponent
All Implemented Interfaces:
Component, DomConfigurable, Wrapper

public class HypersonicStandaloneDataSourceComponent
extends HypersonicDataSourceComponent


Constructor Summary
HypersonicStandaloneDataSourceComponent()
           
 
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.hypersonic.HypersonicDataSourceComponent
getReader, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HypersonicStandaloneDataSourceComponent

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