com.jdon.container.interceptor
类 BeforeAfterMethodTarget

java.lang.Object
  继承者 com.jdon.container.interceptor.BeforeAfterMethodTarget
所有已实现的接口:
Startable

public class BeforeAfterMethodTarget
extends Object
implements Startable

作者:
banq

构造方法摘要
BeforeAfterMethodTarget(Object target, Object interceptor, IntroduceInfo iinfo)
           
 
方法摘要
 void clear()
           
 Object invoke(Method invokedmethod, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy)
           
 void start()
          Start this component.
 void stop()
          Stop this component.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BeforeAfterMethodTarget

public BeforeAfterMethodTarget(Object target,
                               Object interceptor,
                               IntroduceInfo iinfo)
方法详细信息

invoke

public Object invoke(Method invokedmethod,
                     Object[] args,
                     net.sf.cglib.proxy.MethodProxy methodProxy)
              throws Throwable,
                     Exception
抛出:
Throwable
Exception

clear

public void clear()

start

public void start()
从接口 Startable 复制的描述
Start this component.

指定者:
接口 Startable 中的 start

stop

public void stop()
从接口 Startable 复制的描述
Stop this component.

指定者:
接口 Startable 中的 stop


Copyright © 2013. All Rights Reserved.