org.apache.geronimo.kernel.util
Class MainConfigurationBootstrapper

java.lang.Object
  extended by org.apache.geronimo.kernel.util.MainConfigurationBootstrapper
Direct Known Subclasses:
MainBootstrapper

public class MainConfigurationBootstrapper
extends Object

Version:
$Rev: 476049 $ $Date: 2006-11-17 15:35:17 +1100 (Fri, 17 Nov 2006) $

Field Summary
protected  Kernel kernel
           
 
Constructor Summary
MainConfigurationBootstrapper()
           
 
Method Summary
 void bootKernel(org.osgi.framework.BundleContext bundleContext)
           
 Kernel getKernel()
           
 Main getMain()
           
 Main getMain(org.osgi.framework.BundleContext bundleContext)
           
 void loadBootConfiguration(org.osgi.framework.BundleContext bundleContext)
           
 void loadPersistentConfigurations()
           
static int main(MainConfigurationBootstrapper bootstrapper, Object opaque, org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernel

protected Kernel kernel
Constructor Detail

MainConfigurationBootstrapper

public MainConfigurationBootstrapper()
Method Detail

main

public static int main(MainConfigurationBootstrapper bootstrapper,
                       Object opaque,
                       org.osgi.framework.BundleContext bundleContext)

getMain

public Main getMain(org.osgi.framework.BundleContext bundleContext)

bootKernel

public void bootKernel(org.osgi.framework.BundleContext bundleContext)
                throws Exception
Throws:
Exception

loadBootConfiguration

public void loadBootConfiguration(org.osgi.framework.BundleContext bundleContext)
                           throws Exception
Throws:
Exception

loadPersistentConfigurations

public void loadPersistentConfigurations()
                                  throws Exception
Throws:
Exception

getMain

public Main getMain()
             throws Exception
Throws:
Exception

getKernel

public Kernel getKernel()


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