com.alibaba.dubbo.remoting.transport.dispatcher
Class ChannelEventRunnable

java.lang.Object
  extended by com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable
All Implemented Interfaces:
Runnable

public class ChannelEventRunnable
extends Object
implements Runnable

Author:
chao.liuc

Nested Class Summary
static class ChannelEventRunnable.ChannelState
          ChannelState
 
Constructor Summary
ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state)
           
ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state, Object message)
           
ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state, Object message, Throwable exception)
           
ChannelEventRunnable(Channel channel, ChannelHandler handler, ChannelEventRunnable.ChannelState state, Throwable t)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelEventRunnable

public ChannelEventRunnable(Channel channel,
                            ChannelHandler handler,
                            ChannelEventRunnable.ChannelState state)

ChannelEventRunnable

public ChannelEventRunnable(Channel channel,
                            ChannelHandler handler,
                            ChannelEventRunnable.ChannelState state,
                            Object message)

ChannelEventRunnable

public ChannelEventRunnable(Channel channel,
                            ChannelHandler handler,
                            ChannelEventRunnable.ChannelState state,
                            Throwable t)

ChannelEventRunnable

public ChannelEventRunnable(Channel channel,
                            ChannelHandler handler,
                            ChannelEventRunnable.ChannelState state,
                            Object message,
                            Throwable exception)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012–2017 Alibaba. All rights reserved.