biz.hammurapi.sql.hypersonic
Class HypersonicInMemoryDataSourceComponent

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

public class HypersonicInMemoryDataSourceComponent
extends HypersonicDataSourceComponent


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

Constructor Detail

HypersonicInMemoryDataSourceComponent

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