akka.remote
Class ShutDownAssociation$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<Address,Address,java.lang.Throwable,ShutDownAssociation>
      extended by akka.remote.ShutDownAssociation$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<Address,Address,java.lang.Throwable,ShutDownAssociation>

public class ShutDownAssociation$
extends scala.runtime.AbstractFunction3<Address,Address,java.lang.Throwable,ShutDownAssociation>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ShutDownAssociation$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ShutDownAssociation$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

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

Constructor Detail

ShutDownAssociation$

public ShutDownAssociation$()