biz.hammurapi.sql
Class RowsetConfigurableContainer

java.lang.Object
  extended by biz.hammurapi.util.VisitableBase
      extended by biz.hammurapi.config.GenericContainer
          extended by biz.hammurapi.sql.RowsetConfigurableContainer
All Implemented Interfaces:
Command, Component, Context, MeasurementCollector, MeasurementConsumer, RowProcessor, Attributable, Visitable

public class RowsetConfigurableContainer
extends GenericContainer
implements RowProcessor

Container, which reads component definitions from rowset.

Author:
Pavel Vlasov

Constructor Summary
RowsetConfigurableContainer()
           
 
Method Summary
 boolean process(java.sql.ResultSet rs)
          Processes one row from result set.
 
Methods inherited from class biz.hammurapi.config.GenericContainer
acceptChildren, addComponent, addMeasurement, execute, get, getAttribute, getComponentMap, getComponentNames, getComponents, getMeasurementConsumer, getOwner, removeAttribute, setAttribute, setMeasurementConsumer, setOwner, start, stop
 
Methods inherited from class biz.hammurapi.util.VisitableBase
accept, object2visitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowsetConfigurableContainer

public RowsetConfigurableContainer()
Method Detail

process

public boolean process(java.sql.ResultSet rs)
                throws java.sql.SQLException
Description copied from interface: RowProcessor
Processes one row from result set.

Specified by:
process in interface RowProcessor
Returns:
false if subsequent rows shall not be processed
Throws:
java.sql.SQLException


Copyright © 2003 Hammurapi Group. All Rights Reserved.