net.ttddyy.dsproxy.support
Class ProxyConnectionAdvice

java.lang.Object
  extended by net.ttddyy.dsproxy.support.ProxyConnectionAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ProxyConnectionAdvice
extends Object
implements org.aopalliance.intercept.MethodInterceptor

Support injecting proxies by AOP.

Author:
Tadaya Tsuyukubo

Constructor Summary
ProxyConnectionAdvice()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyConnectionAdvice

public ProxyConnectionAdvice()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable


Copyright © 2012. All Rights Reserved.