akka.remote
Class RemotingListenEvent

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

public final class RemotingListenEvent
extends java.lang.Object
implements RemotingLifecycleEvent, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
RemotingListenEvent(scala.collection.immutable.Set<Address> listenAddresses)
           
 
Method Summary
 java.util.Set<Address> getListenAddresses()
           
 scala.collection.immutable.Set<Address> listenAddresses()
           
 Logging.LogLevel logLevel()
           
 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 scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RemotingListenEvent

public RemotingListenEvent(scala.collection.immutable.Set<Address> listenAddresses)
Method Detail

listenAddresses

public scala.collection.immutable.Set<Address> listenAddresses()

getListenAddresses

public java.util.Set<Address> getListenAddresses()

logLevel

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

toString

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