net.tomp2p.simgrid
Class DummyMessageEvent

java.lang.Object
  extended by net.tomp2p.simgrid.DummyMessageEvent
All Implemented Interfaces:
org.jboss.netty.channel.ChannelEvent, org.jboss.netty.channel.MessageEvent

public class DummyMessageEvent
extends java.lang.Object
implements org.jboss.netty.channel.MessageEvent


Constructor Summary
DummyMessageEvent(net.tomp2p.message.Message message, org.jboss.netty.channel.Channel channel)
           
 
Method Summary
 org.jboss.netty.channel.Channel getChannel()
           
 org.jboss.netty.channel.ChannelFuture getFuture()
           
 java.lang.Object getMessage()
           
 java.net.SocketAddress getRemoteAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyMessageEvent

public DummyMessageEvent(net.tomp2p.message.Message message,
                         org.jboss.netty.channel.Channel channel)
Method Detail

getMessage

public java.lang.Object getMessage()
Specified by:
getMessage in interface org.jboss.netty.channel.MessageEvent

getRemoteAddress

public java.net.SocketAddress getRemoteAddress()
Specified by:
getRemoteAddress in interface org.jboss.netty.channel.MessageEvent

getChannel

public org.jboss.netty.channel.Channel getChannel()
Specified by:
getChannel in interface org.jboss.netty.channel.ChannelEvent

getFuture

public org.jboss.netty.channel.ChannelFuture getFuture()
Specified by:
getFuture in interface org.jboss.netty.channel.ChannelEvent


Copyright © 2012. All Rights Reserved.