akka.remote
Class RemoteSettings

java.lang.Object
  extended by akka.remote.RemoteSettings

public class RemoteSettings
extends java.lang.Object


Constructor Summary
RemoteSettings(com.typesafe.config.Config config, java.lang.String systemName)
           
 
Method Summary
 com.typesafe.config.Config config()
           
 boolean LogReceive()
           
 boolean LogRemoteLifeCycleEvents()
           
 boolean LogSend()
           
 scala.concurrent.duration.Duration RemoteSystemDaemonAckTimeout()
           
 java.lang.String RemoteTransport()
           
 java.lang.String systemName()
           
 boolean UntrustedMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSettings

public RemoteSettings(com.typesafe.config.Config config,
                      java.lang.String systemName)
Method Detail

config

public com.typesafe.config.Config config()

systemName

public java.lang.String systemName()

RemoteTransport

public java.lang.String RemoteTransport()

LogReceive

public boolean LogReceive()

LogSend

public boolean LogSend()

RemoteSystemDaemonAckTimeout

public scala.concurrent.duration.Duration RemoteSystemDaemonAckTimeout()

UntrustedMode

public boolean UntrustedMode()

LogRemoteLifeCycleEvents

public boolean LogRemoteLifeCycleEvents()