akka.remote
Class RemoteWatcher$

java.lang.Object
  extended by akka.remote.RemoteWatcher$

public class RemoteWatcher$
extends java.lang.Object

INTERNAL API


Field Summary
static RemoteWatcher$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RemoteWatcher$()
           
 
Method Summary
 Props props(FailureDetectorRegistry<Address> failureDetector, scala.concurrent.duration.FiniteDuration heartbeatInterval, scala.concurrent.duration.FiniteDuration unreachableReaperInterval, scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)
          Factory method for RemoteWatcher Props.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final RemoteWatcher$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

RemoteWatcher$

public RemoteWatcher$()
Method Detail

props

public Props props(FailureDetectorRegistry<Address> failureDetector,
                   scala.concurrent.duration.FiniteDuration heartbeatInterval,
                   scala.concurrent.duration.FiniteDuration unreachableReaperInterval,
                   scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)
Factory method for RemoteWatcher Props.

Parameters:
failureDetector - (undocumented)
heartbeatInterval - (undocumented)
unreachableReaperInterval - (undocumented)
heartbeatExpectedResponseAfter - (undocumented)
Returns:
(undocumented)