akka.remote.transport.netty
Class ChannelLocalActor$

java.lang.Object
  extended by org.jboss.netty.channel.ChannelLocal<scala.Option<AssociationHandle.HandleEventListener>>
      extended by akka.remote.transport.netty.ChannelLocalActor$
All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<org.jboss.netty.channel.Channel,scala.Option<AssociationHandle.HandleEventListener>>>

public class ChannelLocalActor$
extends org.jboss.netty.channel.ChannelLocal<scala.Option<AssociationHandle.HandleEventListener>>

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 org.jboss.netty.channel.ChannelLocal
get, iterator, remove, set, setIfAbsent
 
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)
Overrides:
initialValue in class org.jboss.netty.channel.ChannelLocal<scala.Option<AssociationHandle.HandleEventListener>>

notifyListener

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