Package io.mats3.util.wrappers
Class DeferredConnectionProxyDataSourceWrapper.DeferredFetchInvocationHandler
java.lang.Object
io.mats3.util.wrappers.DeferredConnectionProxyDataSourceWrapper.DeferredFetchInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- DeferredConnectionProxyDataSourceWrapper
protected class DeferredConnectionProxyDataSourceWrapper.DeferredFetchInvocationHandler
extends Object
implements InvocationHandler
Implementation of Java's "dynamic proxy" 
InvocationHandler for deferring fetching of actual Connection
 until necessary.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidsetConnectionProxy(DeferredConnectionProxyDataSourceWrapper.DeferredConnectionProxy connectionProxy) 
- 
Constructor Details- 
DeferredFetchInvocationHandlerpublic DeferredFetchInvocationHandler()
- 
DeferredFetchInvocationHandler
 
- 
- 
Method Details- 
setConnectionProxyprotected void setConnectionProxy(DeferredConnectionProxyDataSourceWrapper.DeferredConnectionProxy connectionProxy) 
- 
invoke- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
 
 
-