akka.remote
Class AssociatedEvent

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

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

See Also:
Serialized Form

Constructor Summary
AssociatedEvent(Address localAddress, Address remoteAddress, boolean inbound)
           
 
Method Summary
protected  java.lang.String eventName()
           
 boolean inbound()
           
 Address localAddress()
           
 Logging.LogLevel logLevel()
           
 Address remoteAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.remote.AssociationEvent
getLocalAddress, getRemoteAddress, isInbound, toString
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

AssociatedEvent

public AssociatedEvent(Address localAddress,
                       Address remoteAddress,
                       boolean inbound)
Method Detail

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

eventName

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

logLevel

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