net.sf.crispy.proxy
Class CommonsProxyFactory

java.lang.Object
  extended bynet.sf.crispy.proxy.Proxy
      extended bynet.sf.crispy.proxy.DynamicProxy
          extended bynet.sf.crispy.proxy.CommonsProxyFactory
All Implemented Interfaces:
org.apache.commons.proxy.Invoker

public class CommonsProxyFactory
extends DynamicProxy
implements org.apache.commons.proxy.Invoker

Is a special DynamicProxy. He is to encapsulate the Commons Proxy library.

Author:
Linke

Field Summary
static java.lang.String DEFAULT_DYNAMIC_PROXY
           
 
Fields inherited from class net.sf.crispy.proxy.Proxy
log
 
Constructor Summary
CommonsProxyFactory()
           
CommonsProxyFactory(org.apache.commons.proxy.ProxyFactory pvProxyFactory)
           
 
Method Summary
 DynamicProxy createDynamicProxy(java.lang.String pvName)
           
 org.apache.commons.proxy.ProxyFactory getProxyFactory()
           
 java.lang.Object newInstance(java.lang.Class 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 org.apache.commons.proxy.Invoker
invoke
 

Field Detail

DEFAULT_DYNAMIC_PROXY

public static final java.lang.String DEFAULT_DYNAMIC_PROXY
See Also:
Constant Field Values
Constructor Detail

CommonsProxyFactory

public CommonsProxyFactory()

CommonsProxyFactory

public CommonsProxyFactory(org.apache.commons.proxy.ProxyFactory pvProxyFactory)
Method Detail

createDynamicProxy

public DynamicProxy createDynamicProxy(java.lang.String pvName)

getProxyFactory

public org.apache.commons.proxy.ProxyFactory getProxyFactory()

newInstance

public java.lang.Object newInstance(java.lang.Class pvClass)
Overrides:
newInstance in class DynamicProxy


Copyright © 2005-2006 Crispy. All Rights Reserved.