akka.contrib.pattern
Class ClusterSingletonManager$

java.lang.Object
  extended by akka.contrib.pattern.ClusterSingletonManager$

public class ClusterSingletonManager$
extends java.lang.Object


Field Summary
static ClusterSingletonManager$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterSingletonManager$()
           
 
Method Summary
 Props defaultProps(Props singletonProps, java.lang.String singletonName, java.lang.Object terminationMessage, java.lang.String role)
          Java API: Factory method for ClusterSingletonManager Props with default values.
 Props props(Props singletonProps, java.lang.String singletonName, java.lang.Object terminationMessage, scala.Option<java.lang.String> role, int maxHandOverRetries, int maxTakeOverRetries, scala.concurrent.duration.FiniteDuration retryInterval)
          Scala API: Factory method for ClusterSingletonManager Props.
 Props props(Props singletonProps, java.lang.String singletonName, java.lang.Object terminationMessage, java.lang.String role, int maxHandOverRetries, int maxTakeOverRetries, scala.concurrent.duration.FiniteDuration retryInterval)
          Java API: Factory method for ClusterSingletonManager 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 ClusterSingletonManager$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ClusterSingletonManager$

public ClusterSingletonManager$()
Method Detail

props

public Props props(Props singletonProps,
                   java.lang.String singletonName,
                   java.lang.Object terminationMessage,
                   scala.Option<java.lang.String> role,
                   int maxHandOverRetries,
                   int maxTakeOverRetries,
                   scala.concurrent.duration.FiniteDuration retryInterval)
Scala API: Factory method for ClusterSingletonManager Props.

Parameters:
singletonProps - (undocumented)
singletonName - (undocumented)
terminationMessage - (undocumented)
role - (undocumented)
maxHandOverRetries - (undocumented)
maxTakeOverRetries - (undocumented)
retryInterval - (undocumented)
Returns:
(undocumented)

props

public Props props(Props singletonProps,
                   java.lang.String singletonName,
                   java.lang.Object terminationMessage,
                   java.lang.String role,
                   int maxHandOverRetries,
                   int maxTakeOverRetries,
                   scala.concurrent.duration.FiniteDuration retryInterval)
Java API: Factory method for ClusterSingletonManager Props.

Parameters:
singletonProps - (undocumented)
singletonName - (undocumented)
terminationMessage - (undocumented)
role - (undocumented)
maxHandOverRetries - (undocumented)
maxTakeOverRetries - (undocumented)
retryInterval - (undocumented)
Returns:
(undocumented)

defaultProps

public Props defaultProps(Props singletonProps,
                          java.lang.String singletonName,
                          java.lang.Object terminationMessage,
                          java.lang.String role)
Java API: Factory method for ClusterSingletonManager Props with default values.

Parameters:
singletonProps - (undocumented)
singletonName - (undocumented)
terminationMessage - (undocumented)
role - (undocumented)
Returns:
(undocumented)