akka.remote
Class RemotingShutdownEvent$

java.lang.Object
  extended by akka.remote.RemotingShutdownEvent$
All Implemented Interfaces:
RemotingLifecycleEvent, java.io.Serializable, scala.Equals, scala.Product

public class RemotingShutdownEvent$
extends java.lang.Object
implements RemotingLifecycleEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static RemotingShutdownEvent$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RemotingShutdownEvent$()
           
 
Method Summary
 Logging.LogLevel logLevel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

RemotingShutdownEvent$

public RemotingShutdownEvent$()
Method Detail

logLevel

public Logging.LogLevel logLevel()
Specified by:
logLevel in interface RemotingLifecycleEvent

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object