public class FrameworkLauncher
extends java.lang.Object
Constructor and Description |
---|
FrameworkLauncher() |
Modifier and Type | Method and Description |
---|---|
void |
deploy()
Deploy the OSGi framework libraries into a location suitable for execution.
|
void |
destroy() |
java.lang.ClassLoader |
getFrameworkContextClassLoader()
Used when to set the ContextClassLoader when the BridgeServlet delegates to a Servlet
inside the framework
|
java.util.Properties |
getFrameworkInternalProperties(java.lang.ClassLoader cl) |
void |
init() |
void |
init(javax.servlet.ServletConfig servletConfig) |
void |
start()
Start OSGi framework
Read launcher.ini to create a set of initial properties and
use the "commandline" configuration parameter to create the
equivalent command line arguments available when starting Eclipse.
|
void |
stop()
stop is used to "shutdown" the framework and make it avialable for garbage collection.
|
void |
undeploy()
Undeploy the OSGi framework libraries from the execution location.
|
public void init(javax.servlet.ServletConfig servletConfig)
public void init()
public void destroy()
public void deploy()
public void undeploy()
public void start()
public java.util.Properties getFrameworkInternalProperties(java.lang.ClassLoader cl)
public void stop()
public java.lang.ClassLoader getFrameworkContextClassLoader()