akka.remote
Class AssociationErrorEvent
java.lang.Object
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
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 |
AssociationErrorEvent
public AssociationErrorEvent(java.lang.Throwable cause,
Address localAddress,
Address remoteAddress,
boolean inbound,
Logging.LogLevel logLevel)
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()