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

Constructor Summary
RemotingShutdownEvent()
           
 
Method Summary
static Logging.LogLevel logLevel()
           
static java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.remote.RemotingLifecycleEvent
logLevel
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemotingShutdownEvent

public RemotingShutdownEvent()
Method Detail

logLevel

public static Logging.LogLevel logLevel()

toString

public static java.lang.String toString()