biz.hammurapi.web.mda.db
Class TableRule

java.lang.Object
  extended bybiz.hammurapi.config.ComponentBase
      extended bybiz.hammurapi.rules.AbstractRule
          extended bybiz.hammurapi.rules.Rule
              extended bybiz.hammurapi.web.mda.db.TableRule
All Implemented Interfaces:
biz.hammurapi.config.Component, biz.hammurapi.config.Context, biz.hammurapi.dispatch.InvocationTarget, biz.hammurapi.metrics.MeasurementCollector, biz.hammurapi.metrics.MeasurementConsumer

public class TableRule
extends biz.hammurapi.rules.Rule

Rule to generate system objects from table.

Author:
Pavel

Nested Class Summary
static class TableRule.GenerationResult
           
 
Nested classes inherited from class biz.hammurapi.rules.Rule
biz.hammurapi.rules.Rule.AcceptInfo, biz.hammurapi.rules.Rule.ChangeDetector
 
Field Summary
 
Fields inherited from class biz.hammurapi.config.ComponentBase
owner
 
Constructor Summary
TableRule()
           
 
Method Summary
 java.lang.Object infer(Table table)
           
 void start()
           
 
Methods inherited from class biz.hammurapi.rules.Rule
getInvocationHandlers, getRemoveHandlers, newChangeDetector, post, remove
 
Methods inherited from class biz.hammurapi.rules.AbstractRule
getCollection, getDescription, getName, reset, setDescription, setName, stop, toString, update
 
Methods inherited from class biz.hammurapi.config.ComponentBase
addMeasurement, get, getChild, getMeasurementConsumer, getOwner, setMeasurementConsumer, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRule

public TableRule()
Method Detail

start

public void start()
           throws biz.hammurapi.config.ConfigurationException
Throws:
biz.hammurapi.config.ConfigurationException

infer

public java.lang.Object infer(Table table)


Copyright © 2006 Hammurapi Group. All Rights Reserved.