com.jdon.aop.interceptor
类 ComponentMessageInterceptor

java.lang.Object
  继承者 com.jdon.aop.interceptor.ComponentMessageInterceptor
所有已实现的接口:
Startable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

@Interceptor(value="componentmessage")
public class ComponentMessageInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor, Startable

same as com.jdon.domain.message.MessageInterceptor this is for components or service test see com.jdon.sample.test.event.A

作者:
banq

字段摘要
protected  EventMessageFirer eventMessageFirer
           
static String module
           
 
构造方法摘要
ComponentMessageInterceptor(ContainerCallback containerCallback, EventMessageFirer eventMessageFirer)
           
 
方法摘要
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void start()
          Start this component.
 void stop()
          Stop this component.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module

eventMessageFirer

protected EventMessageFirer eventMessageFirer
构造方法详细信息

ComponentMessageInterceptor

public ComponentMessageInterceptor(ContainerCallback containerCallback,
                                   EventMessageFirer eventMessageFirer)
方法详细信息

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
指定者:
接口 org.aopalliance.intercept.MethodInterceptor 中的 invoke
抛出:
Throwable

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.