|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.benerator.consumer.ConsumerProxy
org.databene.benerator.consumer.NonClosingConsumerProxy
public class NonClosingConsumerProxy
Consumer
proxy that prevents its delegate from being closed.
Note: Users of this class must ensure that the delegate is closed
a different way (e.g. by a ResourceManager
).
Created: 14.04.2011 11:36:07
Field Summary |
---|
Fields inherited from class org.databene.benerator.consumer.ConsumerProxy |
---|
target |
Constructor Summary | |
---|---|
NonClosingConsumerProxy(Consumer target)
|
Method Summary | |
---|---|
void |
close()
When called, the implementor has to close and free all resources. |
java.lang.String |
toString()
|
Methods inherited from class org.databene.benerator.consumer.ConsumerProxy |
---|
finishConsuming, flush, getTarget, isParallelizable, isThreadSafe, setTarget, startConsuming |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NonClosingConsumerProxy(Consumer target)
Method Detail |
---|
public void close()
Consumer
close
in interface java.io.Closeable
close
in interface Consumer
close
in class ConsumerProxy
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 |