Searched defs:framework (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DOSGiFrameworkLauncher.java43 import org.osgi.framework.BundleContext;
44 import org.osgi.framework.BundleException;
45 import org.osgi.framework.BundleReference;
46 import org.osgi.framework.launch.Framework;
47 import org.osgi.framework.launch.FrameworkFactory;
54 * Utility class which takes care of launching OSGi framework.
55 * It lauches the framework in a daemon thread, because typically framework spawned threads inherit
65 private Framework framework; field in class:OSGiFrameworkLauncher
73 // Locate an OSGi framework an
[all...]
H A DOSGiGlassFishRuntime.java48 import org.osgi.framework.BundleException;
49 import org.osgi.framework.launch.Framework;
55 * framework during bootstrap and hence can stop it upon shutdown.
63 Framework framework; // system bundle is the framework field in class:OSGiGlassFishRuntime
65 public OSGiGlassFishRuntime(final Framework framework) { argument
67 this.framework = framework;
72 if (framework == null) {
76 framework
[all...]
H A DOSGiGlassFishRuntimeBuilder.java49 import org.osgi.framework.Bundle;
50 import org.osgi.framework.BundleException;
51 import org.osgi.framework.ServiceReference;
52 import org.osgi.framework.launch.Framework;
63 import static org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN;
64 import static org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT;
74 * because it reads framework configuration from a framework specific file when it calls
78 * a) setting up OSGi framework,
101 private Framework framework; field in class:OSGiGlassFishRuntimeBuilder
[all...]
/glassfish-3.1.2/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/
H A DUberJarOSGiGlassFishRuntimeBuilder.java49 import org.osgi.framework.Bundle;
50 import org.osgi.framework.BundleContext;
51 import org.osgi.framework.BundleException;
52 import org.osgi.framework.BundleReference;
53 import org.osgi.framework.launch.Framework;
73 private Framework framework; field in class:UberJarOSGiGlassFishRuntimeBuilder
97 if (framework != null) {
99 framework.stop();
100 framework.waitForStop(0);
101 logger.info("EmbeddedOSGIRuntimeBuilder.destroy, stopped framework "
[all...]

Completed in 29 milliseconds