|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.model.consumer.AbstractConsumer<Entity>
org.databene.model.storage.StorageSystemConsumer
public abstract class StorageSystemConsumer
Stores an Entity in the associated StorageSystem. It replaces the class SystemProcessor.
Created: 29.01.2008 09:35:07
| Field Summary | |
|---|---|
protected StorageSystem |
system
|
| Constructor Summary | |
|---|---|
protected |
StorageSystemConsumer(StorageSystem system)
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
java.lang.String |
toString()
|
| Methods inherited from class org.databene.model.consumer.AbstractConsumer |
|---|
finishConsuming |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.databene.model.consumer.Consumer |
|---|
startConsuming |
| Field Detail |
|---|
protected final StorageSystem system
| Constructor Detail |
|---|
protected StorageSystemConsumer(StorageSystem system)
| Method Detail |
|---|
public void flush()
flush in interface Consumer<Entity>flush in class AbstractConsumer<Entity>public void close()
close in interface java.io.Closeableclose in interface Consumer<Entity>close in class AbstractConsumer<Entity>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||