akka.remote
Class RemoteClientDisconnected

java.lang.Object
  extended by akka.remote.RemoteClientDisconnected
All Implemented Interfaces:
RemoteClientLifeCycleEvent, RemoteLifeCycleEvent, java.io.Serializable, scala.Equals, scala.Product

public class RemoteClientDisconnected
extends java.lang.Object
implements RemoteClientLifeCycleEvent, scala.Product, scala.Serializable

RemoteClientDisconnected is published when a RemoteClient's connection is disconnected

See Also:
Serialized Form

Constructor Summary
RemoteClientDisconnected(RemoteTransport remote, Address remoteAddress)
           
 
Method Summary
 RemoteTransport getRemote()
           
 Logging.LogLevel logLevel()
           
 RemoteTransport remote()
           
 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.RemoteClientLifeCycleEvent
getRemoteAddress
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemoteClientDisconnected

public RemoteClientDisconnected(RemoteTransport remote,
                                Address remoteAddress)
Method Detail

remote

public RemoteTransport remote()

remoteAddress

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

logLevel

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

toString

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

getRemote

public RemoteTransport getRemote()