public class TransparentPoolingInvocationHandler<T> extends AbstractInvocationHandler
| Constructor and Description |
|---|
TransparentPoolingInvocationHandler(RedisConnectionPool<T> pool) |
| Modifier and Type | Method and Description |
|---|---|
RedisConnectionPool<T> |
getPool() |
protected Object |
handleInvocation(Object proxy,
Method method,
Object[] args) |
equals, hashCode, invoke, toStringpublic TransparentPoolingInvocationHandler(RedisConnectionPool<T> pool)
protected Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable
handleInvocation in class AbstractInvocationHandlerThrowablepublic RedisConnectionPool<T> getPool()
Copyright © 2016. All rights reserved.