org.apache.geronimo.deployment.cli
Class OfflineDeployerStarter

java.lang.Object
  extended by org.apache.geronimo.deployment.cli.OfflineDeployerStarter

public class OfflineDeployerStarter
extends Object


Constructor Summary
OfflineDeployerStarter(Kernel kernel)
           
 
Method Summary
protected  void enablePersistentConfigurationTracking()
           
protected  Artifact resolveOfflineDeployer()
           
 void start()
           
protected  void startOfflineConfiguration(Artifact offlineDeployerArtifact)
           
protected  void startPersistentOfflineConfigurations(Artifact offlineDeployerArtifact)
           
protected  void stopOfflineConfigurationManager()
           
protected  void stopOnlineConfigStores()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfflineDeployerStarter

public OfflineDeployerStarter(Kernel kernel)
Method Detail

start

public void start()
           throws DeploymentException
Throws:
DeploymentException

resolveOfflineDeployer

protected Artifact resolveOfflineDeployer()
                                   throws MissingDependencyException
Throws:
MissingDependencyException

enablePersistentConfigurationTracking

protected void enablePersistentConfigurationTracking()
                                              throws GBeanNotFoundException
Throws:
GBeanNotFoundException

stopOnlineConfigStores

protected void stopOnlineConfigStores()
                               throws GBeanNotFoundException
Throws:
GBeanNotFoundException

stopOfflineConfigurationManager

protected void stopOfflineConfigurationManager()
                                        throws GBeanNotFoundException
Throws:
GBeanNotFoundException

startPersistentOfflineConfigurations

protected void startPersistentOfflineConfigurations(Artifact offlineDeployerArtifact)
                                             throws Exception
Throws:
Exception

startOfflineConfiguration

protected void startOfflineConfiguration(Artifact offlineDeployerArtifact)
                                  throws NoSuchConfigException,
                                         LifecycleException
Throws:
NoSuchConfigException
LifecycleException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.