|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.proxy.Proxy net.sf.crispy.proxy.DynamicProxy net.sf.crispy.proxy.DynamicJdkProxy
Implementation from a DynamicProxy with the jdk java.lang.reflect.Proxy
class.
This is the Default DynamicProxy (eg. if commons proxy not found).
Field Summary |
Fields inherited from class net.sf.crispy.proxy.Proxy |
log |
Constructor Summary | |
DynamicJdkProxy()
|
Method Summary | |
java.lang.Object |
newInstance(java.lang.Class pvClass)
Create a Proxy-Object for the Interface pvClass. |
Methods inherited from class net.sf.crispy.proxy.DynamicProxy |
getAsynchronousCallback, getExecutor, getInterceptorHandler, getMaxThreads, getPasswd, getStaticProxy, getUser, invoke, invokeIfExecutorIsNull, isInvocationAsynchronous, isMethodInFilter, setAsynchronousCallback, setExecutor, setInterceptorHandler, setStaticProxy |
Methods inherited from class net.sf.crispy.proxy.Proxy |
createInvocationStrategy, getProperties, getProxyClass, getProxyObject, setProperties, setProxyClass, setProxyObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.reflect.InvocationHandler |
invoke |
Constructor Detail |
public DynamicJdkProxy()
Method Detail |
public java.lang.Object newInstance(java.lang.Class pvClass)
newInstance
in class DynamicProxy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |