public class WriterProxyFactory<Z,D extends Database<Z>,P> extends OutputProxyFactory<Z,D,P,Writer>
logger| Constructor and Description |
|---|
WriterProxyFactory(P parentProxy,
ProxyFactory<Z,D,P,SQLException> parent,
Invoker<Z,D,P,Writer,SQLException> invoker,
Map<D,Writer> writers) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(D database,
Writer writer) |
Writer |
createProxy() |
record, replayclose, create, getParent, getParentProxy, removeaddChild, children, entries, get, getDatabaseCluster, getExceptionFactory, remove, removeChild, removeChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, entries, get, getDatabaseCluster, getExceptionFactory, removeChild, removeChildrenpublic WriterProxyFactory(P parentProxy, ProxyFactory<Z,D,P,SQLException> parent, Invoker<Z,D,P,Writer,SQLException> invoker, Map<D,Writer> writers)
public Writer createProxy()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.