net.sf.crispy.proxy
Class DynamicJdkProxy

java.lang.Object
  extended bynet.sf.crispy.proxy.Proxy
      extended bynet.sf.crispy.proxy.DynamicProxy
          extended bynet.sf.crispy.proxy.DynamicJdkProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class DynamicJdkProxy
extends DynamicProxy
implements java.lang.reflect.InvocationHandler

Implementation from a DynamicProxy with the jdk java.lang.reflect.Proxy class. This is the Default DynamicProxy (eg. if commons proxy not found).

Author:
Linke

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

DynamicJdkProxy

public DynamicJdkProxy()
Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class pvClass)
Create a Proxy-Object for the Interface pvClass.

Overrides:
newInstance in class DynamicProxy


Copyright © 2005-2006 Crispy. All Rights Reserved.