org.databene.benerator.storage
Class StorageSystemUpdater

java.lang.Object
  extended by org.databene.benerator.consumer.AbstractConsumer
      extended by org.databene.benerator.storage.StorageSystemConsumer
          extended by org.databene.benerator.storage.StorageSystemUpdater
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, Consumer, org.databene.commons.ThreadAware

public class StorageSystemUpdater
extends StorageSystemConsumer

Consumer implementation that updates database rows.

Created: 02.08.2010 20:25:22

Since:
0.6.3
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.storage.StorageSystemConsumer
system
 
Constructor Summary
StorageSystemUpdater(StorageSystem system)
           
 
Method Summary
 void startProductConsumption(java.lang.Object object)
           
 
Methods inherited from class org.databene.benerator.storage.StorageSystemConsumer
close, flush, isParallelizable, isThreadSafe, toString
 
Methods inherited from class org.databene.benerator.consumer.AbstractConsumer
finishConsuming, finishProductConsumption, startConsuming
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageSystemUpdater

public StorageSystemUpdater(StorageSystem system)
Method Detail

startProductConsumption

public void startProductConsumption(java.lang.Object object)
Specified by:
startProductConsumption in class AbstractConsumer


Copyright © 2013. All Rights Reserved.