org.gwe.app.daemon
Class DaemonAppStarter

java.lang.Object
  extended by org.gwe.app.daemon.DaemonAppStarter

public class DaemonAppStarter
extends java.lang.Object

Since:
Nov 3, 2008
Author:
Marco Ruiz

Constructor Summary
DaemonAppStarter()
           
 
Method Summary
 void registerRMIServerObjects()
           
 void setConfiguration(DaemonConfigDesc configuration)
           
 void setDaemonThreadServices(java.util.Map<java.lang.Runnable,java.lang.String> daemonThreadServices)
           
 void setServerAPIs(java.util.Set<BaseServerAPIImpl> serverAPIs)
           
 void startServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonAppStarter

public DaemonAppStarter()
Method Detail

setConfiguration

public void setConfiguration(DaemonConfigDesc configuration)

setServerAPIs

public void setServerAPIs(java.util.Set<BaseServerAPIImpl> serverAPIs)

setDaemonThreadServices

public void setDaemonThreadServices(java.util.Map<java.lang.Runnable,java.lang.String> daemonThreadServices)

registerRMIServerObjects

public void registerRMIServerObjects()
                              throws ServerAPIBindingException
Throws:
ServerAPIBindingException

startServices

public void startServices()


Copyright © 2007-2009. All Rights Reserved.