Package | Description |
---|---|
com.p6spy.engine.leak | |
com.p6spy.engine.logging | |
com.p6spy.engine.outage | |
com.p6spy.engine.proxy |
Modifier and Type | Class and Description |
---|---|
class |
P6LeakConnectionInvocationHandler
Invocation handler for
Connection |
Modifier and Type | Class and Description |
---|---|
class |
P6LogConnectionInvocationHandler
Invocation handler for
Connection |
Modifier and Type | Class and Description |
---|---|
class |
P6OutageConnectionInvocationHandler
Invocation handler for
Connection |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ProxyFactory.createProxy(T underlying,
Class<T> notUsed,
GenericInvocationHandler<T> invocationHandler)
Deprecated.
|
static <T> T |
ProxyFactory.createProxy(T underlying,
GenericInvocationHandler<T> invocationHandler)
Creates a proxy for the given object delegating all method calls to the invocation handler.
|
Copyright © 2002-2014 P6Spy. All Rights Reserved.