net.tomp2p.simgrid
Class DummyMessageEvent
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyMessageEvent
public DummyMessageEvent(net.tomp2p.message.Message message,
org.jboss.netty.channel.Channel channel)
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.