org.jboss.osgi.spi.framework
Class OSGiBootstrap
java.lang.Object
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.
- Read the bootstrap provider class name from a system property
- 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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverName
public java.lang.String serverName
bindAdress
public java.lang.String bindAdress
OSGiBootstrap
public OSGiBootstrap()
main
public static void main(java.lang.String[] args)
run
public void run()
getBootstrapProvider
public static OSGiBootstrapProvider getBootstrapProvider()
Copyright © 2009. All Rights Reserved.