com.jdon.async
类 EventMessageFirer
java.lang.Object
com.jdon.async.EventMessageFirer
- 所有已实现的接口:
- Startable
public class EventMessageFirer
- extends Object
- implements Startable
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final String module
EventMessageFirer
public EventMessageFirer(DisruptorFactory disruptorFactory,
DisruptorForCommandFactory disruptorForCommandFactory,
FutureDirector futureDirector,
ModelProxyInjection modelProxyInjection)
start
public void start()
- 从接口
Startable 复制的描述
- Start this component.
- 指定者:
- 接口
Startable 中的 start
stop
public void stop()
- 从接口
Startable 复制的描述
- Stop this component.
- 指定者:
- 接口
Startable 中的 stop
fire
public void fire(DomainMessage domainMessage,
Send send,
FutureListener futureListener)
fire
public void fire(DomainMessage domainMessage,
Send send)
fireToModel
public void fireToModel(DomainMessage domainMessage,
Send send,
org.aopalliance.intercept.MethodInvocation invocation)
Copyright © 2013. All Rights Reserved.