akka.remote.transport.netty
Class ChannelLocalActor$

java.lang.Object
  extended by 
      extended by akka.remote.transport.netty.ChannelLocalActor$

public class ChannelLocalActor$
extends

INTERNAL API


Field Summary
static ChannelLocalActor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ChannelLocalActor$()
           
 
Method Summary
 scala.Option<AssociationHandle.HandleEventListener> initialValue(org.jboss.netty.channel.Channel channel)
           
 void notifyListener(org.jboss.netty.channel.Channel channel, AssociationHandle.HandleEvent msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ChannelLocalActor$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ChannelLocalActor$

public ChannelLocalActor$()
Method Detail

initialValue

public scala.Option<AssociationHandle.HandleEventListener> initialValue(org.jboss.netty.channel.Channel channel)

notifyListener

public void notifyListener(org.jboss.netty.channel.Channel channel,
                           AssociationHandle.HandleEvent msg)