biz.hammurapi.sql.hypersonic
Class HypersonicDataSourceComponent

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

public abstract class HypersonicDataSourceComponent
extends java.lang.Object
implements Wrapper, DomConfigurable, Component


Constructor Summary
HypersonicDataSourceComponent()
           
 
Method Summary
 void configure(org.w3c.dom.Node configNode, Context context)
          Reads configuration from Node
protected  java.io.Reader getReader()
           
 void setOwner(java.lang.Object owner)
          Plugs the component into container and naming bus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface biz.hammurapi.config.Wrapper
getMaster
 
Methods inherited from interface biz.hammurapi.config.Component
start, stop
 

Constructor Detail

HypersonicDataSourceComponent

public HypersonicDataSourceComponent()
Method Detail

getReader

protected java.io.Reader getReader()

configure

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

Specified by:
configure in interface DomConfigurable
Throws:
ConfigurationException

setOwner

public void setOwner(java.lang.Object owner)
Description copied from interface: Component
Plugs the component into container and naming bus.

Specified by:
setOwner in interface Component


Copyright © 2003 Hammurapi Group. All Rights Reserved.