net.sf.crispy.proxy
Class CommonsProxyFactory
java.lang.Object
net.sf.crispy.proxy.Proxy
net.sf.crispy.proxy.DynamicProxy
net.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
Fields inherited from class net.sf.crispy.proxy.Proxy |
log |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.proxy.Invoker |
invoke |
DEFAULT_DYNAMIC_PROXY
public static final java.lang.String DEFAULT_DYNAMIC_PROXY
- See Also:
- Constant Field Values
CommonsProxyFactory
public CommonsProxyFactory()
CommonsProxyFactory
public CommonsProxyFactory(org.apache.commons.proxy.ProxyFactory pvProxyFactory)
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.