Deprecated API


Contents
Deprecated Classes
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
 

Deprecated Fields
com.thoughtworks.proxy.toys.delegate.Delegating.DYNAMIC_TYPING
          since 0.2, use Delegating.MODE_SIGNATURE 
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector.equals
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector.hashCode
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
com.thoughtworks.proxy.toys.delegate.Delegating.STATIC_TYPING
          since 0.2, use Delegating.MODE_DIRECT 
 

Deprecated Methods
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector.addIfClassProxyingSupportedAndNotObject(Class, Class[], ProxyFactory)
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector.getAllInterfaces(Class)
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector.getAllInterfaces(Object[])
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
com.thoughtworks.proxy.toys.multicast.ClassHierarchyIntrospector.getMostCommonSuperclass(Object[])
          since 0.2, use com.thoughtworks.proxy.kit.ReflectionUitls. 
com.thoughtworks.proxy.toys.hotswap.HotSwapping.object(Class[], ProxyFactory, Object, boolean)
          since 0.2, use HotSwapping.object(Class[], ProxyFactory, Object, int) 
com.thoughtworks.proxy.toys.hotswap.HotSwapping.object(Class[], ProxyFactory, ObjectReference, boolean)
          since 0.2, use HotSwapping.object(Class[], ProxyFactory, ObjectReference, int) 
 

Deprecated Constructors
com.thoughtworks.proxy.toys.delegate.DelegatingInvoker(ProxyFactory, ObjectReference, boolean)
          since 0.2, use DelegatingInvoker.DelegatingInvoker(ProxyFactory, ObjectReference, int) 
com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker(Class[], ProxyFactory, ObjectReference, boolean)
          since 0.2, use HotSwappingInvoker.HotSwappingInvoker(Class[], ProxyFactory, ObjectReference, int)