org.gwe.app.client.admin
Class ClientDaemonAppManager

java.lang.Object
  extended by org.gwe.app.client.admin.ClientDaemonAppManager

public class ClientDaemonAppManager
extends java.lang.Object


Constructor Summary
ClientDaemonAppManager(DaemonConfigDesc daemonConfig)
           
 
Method Summary
 boolean deployDaemon()
           
 boolean deployDaemon(BundleType bundleType)
           
 DaemonConfigDesc getDaemonConfig()
           
 void installDaemonIfMissing()
           
 void launchDaemon()
           
 boolean setupDaemon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientDaemonAppManager

public ClientDaemonAppManager(DaemonConfigDesc daemonConfig)
Method Detail

getDaemonConfig

public DaemonConfigDesc getDaemonConfig()

installDaemonIfMissing

public void installDaemonIfMissing()
                            throws DeploymentException,
                                   RemoteExecutionException
Throws:
DeploymentException
RemoteExecutionException

deployDaemon

public boolean deployDaemon()
                     throws DeploymentException
Throws:
DeploymentException

deployDaemon

public boolean deployDaemon(BundleType bundleType)
                     throws DeploymentException
Throws:
DeploymentException

setupDaemon

public boolean setupDaemon()
                    throws RemoteExecutionException
Throws:
RemoteExecutionException

launchDaemon

public void launchDaemon()
                  throws RemoteExecutionException
Throws:
RemoteExecutionException


Copyright © 2007-2009. All Rights Reserved.