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


Constructor Summary
ChannelLocalActor()
           
 
Method Summary
static scala.Option<AssociationHandle.HandleEventListener> initialValue(org.jboss.netty.channel.Channel channel)
           
static void notifyListener(org.jboss.netty.channel.Channel channel, AssociationHandle.HandleEvent msg)
           
 
Methods inherited from class org.jboss.netty.channel.ChannelLocal
get, initialValue, iterator, remove, set, setIfAbsent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelLocalActor

public ChannelLocalActor()
Method Detail

initialValue

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

notifyListener

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