akka.remote
Class Remoting.TransportSupervisor

java.lang.Object
  extended by akka.remote.Remoting.TransportSupervisor
All Implemented Interfaces:
akka.actor.Actor, akka.dispatch.RequiresMessageQueue<akka.dispatch.UnboundedMessageQueueSemantics>
Enclosing class:
Remoting

public static class Remoting.TransportSupervisor
extends java.lang.Object
implements akka.actor.Actor, akka.dispatch.RequiresMessageQueue<akka.dispatch.UnboundedMessageQueueSemantics>


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
akka.actor.Actor.emptyBehavior$
 
Constructor Summary
Remoting.TransportSupervisor()
           
 
Method Summary
 scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
           
 akka.actor.OneForOneStrategy supervisorStrategy()
           
 
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
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, unhandled
 

Constructor Detail

Remoting.TransportSupervisor

public Remoting.TransportSupervisor()
Method Detail

supervisorStrategy

public akka.actor.OneForOneStrategy supervisorStrategy()
Specified by:
supervisorStrategy in interface akka.actor.Actor

receive

public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Specified by:
receive in interface akka.actor.Actor