akka.actor
Class ReceiveTimeout

java.lang.Object
  extended by akka.actor.ReceiveTimeout
All Implemented Interfaces:
PossiblyHarmful
Direct Known Subclasses:
ReceiveTimeout$

public abstract class ReceiveTimeout
extends java.lang.Object
implements PossiblyHarmful


Constructor Summary
ReceiveTimeout()
           
 
Method Summary
static ReceiveTimeout$ getInstance()
          Java API: get the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiveTimeout

public ReceiveTimeout()
Method Detail

getInstance

public static ReceiveTimeout$ getInstance()
Java API: get the singleton instance

Returns:
(undocumented)