org.jboss.osgi.spi.framework
Class OSGiBootstrap

java.lang.Object
  extended by org.jboss.osgi.spi.framework.OSGiBootstrap

public class OSGiBootstrap
extends java.lang.Object

The OSGiBootstrap provides an OSGiFramework through a OSGiBootstrapProvider. A OSGiBootstrapProvider is discovered in two stages.

  1. Read the bootstrap provider class name from a system property
  2. Read the bootstrap provider class name from a resource file
In both cases the key is the fully qalified name of the OSGiBootstrapProvider interface.

Since:
18-Jun-2008
Author:
thomas.diesler@jboss.com

Field Summary
 java.lang.String bindAdress
           
 java.lang.String serverName
           
 
Constructor Summary
OSGiBootstrap()
           
 
Method Summary
static OSGiBootstrapProvider getBootstrapProvider()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverName

public java.lang.String serverName

bindAdress

public java.lang.String bindAdress
Constructor Detail

OSGiBootstrap

public OSGiBootstrap()
Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()

getBootstrapProvider

public static OSGiBootstrapProvider getBootstrapProvider()


Copyright © 2009. All Rights Reserved.