org.springframework.aop.framework
Class Cglib2AopProxy.HashCodeInterceptor

java.lang.Object
  extended by org.springframework.aop.framework.Cglib2AopProxy.HashCodeInterceptor
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Cglib2AopProxy

private static class Cglib2AopProxy.HashCodeInterceptor
extends java.lang.Object
implements java.io.Serializable

Dispatcher for the hashCode method. Ensures that the method call is always handled by this class.


Field Summary
private  AdvisedSupport advised
           
 
Constructor Summary
Cglib2AopProxy.HashCodeInterceptor(AdvisedSupport advised)
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args, MethodProxy methodProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

advised

private final AdvisedSupport advised
Constructor Detail

Cglib2AopProxy.HashCodeInterceptor

public Cglib2AopProxy.HashCodeInterceptor(AdvisedSupport advised)
Method Detail

intercept

public java.lang.Object intercept(java.lang.Object proxy,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] args,
                                  MethodProxy methodProxy)