akka.remote
Class QuarantinedEvent

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

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

See Also:
Serialized Form

Constructor Summary
QuarantinedEvent(Address address, int uid)
           
 
Method Summary
 Address address()
           
 Logging.LogLevel logLevel()
           
 java.lang.String toString()
           
 int uid()
           
 
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
 

Constructor Detail

QuarantinedEvent

public QuarantinedEvent(Address address,
                        int uid)
Method Detail

address

public Address address()

uid

public int uid()

logLevel

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

toString

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