org.apache.geronimo.main
Class Bootstrapper

java.lang.Object
  extended by org.apache.geronimo.main.FrameworkLauncher
      extended by org.apache.geronimo.main.Bootstrapper

public class Bootstrapper
extends FrameworkLauncher

Version:
$Rev: 1149409 $ $Date: 2011-07-22 07:58:52 +0800 (Fri, 22 Jul 2011) $

Field Summary
 
Fields inherited from class org.apache.geronimo.main.FrameworkLauncher
CONFIG_PROPERTIES_FILE_NAME, STARTUP_PROPERTIES_FILE_NAME, SYSTEM_PROPERTIES_FILE_NAME
 
Constructor Summary
Bootstrapper()
           
 
Method Summary
 int execute(Object opaque)
           
 Main getMain()
           
protected  List<org.apache.geronimo.main.FrameworkLauncher.BundleInfo> loadStartupProperties(Properties startupProps, List<File> bundleDirs)
           
 void setStartBundles(List<String> bundles)
           
 void setWaitForStop(boolean waitForStop)
           
 
Methods inherited from class org.apache.geronimo.main.FrameworkLauncher
copySystemProperties, destroy, getFramework, launch, loadSystemProperties, setAdditionalConfigFile, setCleanStorage, setConfigFile, setLog4jConfigFile, setStartupFile, setUniqueInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrapper

public Bootstrapper()
Method Detail

setWaitForStop

public void setWaitForStop(boolean waitForStop)

setStartBundles

public void setStartBundles(List<String> bundles)

execute

public int execute(Object opaque)

getMain

public Main getMain()

loadStartupProperties

protected List<org.apache.geronimo.main.FrameworkLauncher.BundleInfo> loadStartupProperties(Properties startupProps,
                                                                                            List<File> bundleDirs)
Overrides:
loadStartupProperties in class FrameworkLauncher


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.