org.springframework.aop.framework
Class Cglib2AopProxy.StaticDispatcher

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

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

Dispatcher for a static target. Dispatcher is much faster than interceptor. This will be used whenever it can be determined that a method definitely does not return "this"


Field Summary
private  java.lang.Object target
           
 
Constructor Summary
Cglib2AopProxy.StaticDispatcher(java.lang.Object target)
           
 
Method Summary
 java.lang.Object loadObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

private java.lang.Object target
Constructor Detail

Cglib2AopProxy.StaticDispatcher

public Cglib2AopProxy.StaticDispatcher(java.lang.Object target)
Method Detail

loadObject

public java.lang.Object loadObject()