akka.remote
Class AssociationErrorEvent

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

public final class AssociationErrorEvent
extends java.lang.Object
implements AssociationEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
AssociationErrorEvent(java.lang.Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel)
           
 
Method Summary
 java.lang.Throwable cause()
           
protected  java.lang.String eventName()
           
 java.lang.Throwable getCause()
           
 boolean inbound()
           
 Address localAddress()
           
 Logging.LogLevel logLevel()
           
 Address remoteAddress()
           
 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 akka.remote.AssociationEvent
getLocalAddress, getRemoteAddress, isInbound
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

AssociationErrorEvent

public AssociationErrorEvent(java.lang.Throwable cause,
                             Address localAddress,
                             Address remoteAddress,
                             boolean inbound,
                             Logging.LogLevel logLevel)
Method Detail

cause

public java.lang.Throwable cause()

localAddress

public Address localAddress()
Specified by:
localAddress in interface AssociationEvent

remoteAddress

public Address remoteAddress()
Specified by:
remoteAddress in interface AssociationEvent

inbound

public boolean inbound()
Specified by:
inbound in interface AssociationEvent

logLevel

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

eventName

protected java.lang.String eventName()
Specified by:
eventName in interface AssociationEvent

toString

public java.lang.String toString()
Specified by:
toString in interface AssociationEvent
Overrides:
toString in class java.lang.Object

getCause

public java.lang.Throwable getCause()