akka.remote
Interface AssociationEvent

All Superinterfaces:
RemotingLifecycleEvent, java.io.Serializable
All Known Implementing Classes:
AssociatedEvent, AssociationErrorEvent, DisassociatedEvent

public interface AssociationEvent
extends RemotingLifecycleEvent


Method Summary
 java.lang.String eventName()
           
 Address getLocalAddress()
           
 Address getRemoteAddress()
           
 boolean inbound()
           
 boolean isInbound()
           
 Address localAddress()
           
 Address remoteAddress()
           
 java.lang.String toString()
           
 
Methods inherited from interface akka.remote.RemotingLifecycleEvent
logLevel
 

Method Detail

localAddress

Address localAddress()

remoteAddress

Address remoteAddress()

inbound

boolean inbound()

eventName

java.lang.String eventName()

getRemoteAddress

Address getRemoteAddress()

getLocalAddress

Address getLocalAddress()

isInbound

boolean isInbound()

toString

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