akka.remote
Class RemoteClientStarted

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

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

RemoteClientStarted is published when a RemoteClient has started up

See Also:
Serialized Form

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

RemoteClientStarted

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