akka.remote
Class RemoteClientShutdown

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

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

RemoteClientShutdown is published when a RemoteClient has shut down

See Also:
Serialized Form

Constructor Summary
RemoteClientShutdown(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

RemoteClientShutdown

public RemoteClientShutdown(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()