com.jdon.async.disruptor.pool
类 DomainCommandHandlerFirst

java.lang.Object
  继承者 com.jdon.async.disruptor.pool.DomainCommandHandlerFirst
所有已实现的接口:
com.lmax.disruptor.EventHandler<EventDisruptor>, com.lmax.disruptor.LifecycleAware

public class DomainCommandHandlerFirst
extends Object
implements com.lmax.disruptor.EventHandler<EventDisruptor>, com.lmax.disruptor.LifecycleAware


构造方法摘要
DomainCommandHandlerFirst(DisruptorForCommandFactory disruptorForCommandFactory)
           
 
方法摘要
 void onEvent(EventDisruptor event, long arg1, boolean arg2)
           
 void onShutdown()
           
 void onStart()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DomainCommandHandlerFirst

public DomainCommandHandlerFirst(DisruptorForCommandFactory disruptorForCommandFactory)
方法详细信息

onShutdown

public void onShutdown()
指定者:
接口 com.lmax.disruptor.LifecycleAware 中的 onShutdown

onStart

public void onStart()
指定者:
接口 com.lmax.disruptor.LifecycleAware 中的 onStart

onEvent

public void onEvent(EventDisruptor event,
                    long arg1,
                    boolean arg2)
             throws Exception
指定者:
接口 com.lmax.disruptor.EventHandler<EventDisruptor> 中的 onEvent
抛出:
Exception


Copyright © 2013. All Rights Reserved.