Putting the Netty-stuff in akka.remote.netty and disposing of RemoteClient and RemoteServer

This commit is contained in:
Viktor Klang 2011-01-03 12:42:30 +01:00
parent 8e522f4a03
commit a61e591b2a
13 changed files with 144 additions and 130 deletions

View file

@ -23,7 +23,7 @@ trait BootableRemoteActorService extends Bootable with Logging {
def startRemoteService = remoteServerThread.start
abstract override def onLoad = {
if (RemoteServer.isRemotingEnabled) {
if (ReflectiveAccess.isRemotingEnabled && RemoteServerSettings.isRemotingEnabled) {
log.slf4j.info("Initializing Remote Actors Service...")
startRemoteService
log.slf4j.info("Remote Actors Service initialized")