akka.remote.transport
Class ActorTransportAdapterManager

java.lang.Object
  extended by akka.remote.transport.ActorTransportAdapterManager
All Implemented Interfaces:
Actor, RequiresMessageQueue<UnboundedMessageQueueSemantics>
Direct Known Subclasses:
AkkaProtocolManager, ThrottlerManager

public abstract class ActorTransportAdapterManager
extends java.lang.Object
implements Actor, RequiresMessageQueue<UnboundedMessageQueueSemantics>


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Constructor Summary
ActorTransportAdapterManager()
           
 
Method Summary
protected  Transport.AssociationEventListener associationListener()
           
protected  Address localAddress()
           
protected  long nextId()
           
protected abstract  scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()
           
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
          This defines the initial actor behavior, it must return a partial function with the actor logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
 

Constructor Detail

ActorTransportAdapterManager

public ActorTransportAdapterManager()
Method Detail

associationListener

protected Transport.AssociationEventListener associationListener()

localAddress

protected Address localAddress()

nextId

protected long nextId()

receive

public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Description copied from interface: Actor
This defines the initial actor behavior, it must return a partial function with the actor logic.

Specified by:
receive in interface Actor
Returns:
(undocumented)

ready

protected abstract scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> ready()