public class OutputStreamProxyFactory<Z,D extends Database<Z>,P> extends OutputProxyFactory<Z,D,P,OutputStream>
logger| Constructor and Description |
|---|
OutputStreamProxyFactory(P parentProxy,
ProxyFactory<Z,D,P,SQLException> parent,
Invoker<Z,D,P,OutputStream,SQLException> invoker,
Map<D,OutputStream> outputs) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(D database,
OutputStream output) |
OutputStream |
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 OutputStreamProxyFactory(P parentProxy, ProxyFactory<Z,D,P,SQLException> parent, Invoker<Z,D,P,OutputStream,SQLException> invoker, Map<D,OutputStream> outputs)
public void close(D database, OutputStream output)
public OutputStream createProxy()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.