Searched defs:osgi (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/osgi-platforms/glassfish-osgi-console-plugin/src/main/java/org/glassfish/osgi/admingui/
H A DOSGIConsoleProvider.java41 package org.glassfish.osgi.admingui;
H A DOSGIConsoleHandlers.java41 package org.glassfish.osgi.admingui;
56 * form the http url for osgi-console.
63 private static String consolePath = "/osgi/system/console/bundles";
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DConstants.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
53 static final String AUTO_INSTALL_PROP = "glassfish.osgi.auto.install";
57 static final String AUTO_START_PROP = "glassfish.osgi.auto.start";
62 static final String AUTO_START_OPTIONS_PROP = "glassfish.osgi.auto.start.options";
66 static final String AUTO_START_LEVEL_PROP = "glassfish.osgi.auto.start.level";
70 static final String FINAL_START_LEVEL_PROP = "glassfish.osgi.start.level.final";
H A DEmbeddedOSGiGlassFishRuntimeBuilder.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
49 import org.osgi.framework.BundleContext;
50 import org.osgi.framework.BundleReference;
H A DOSGiFrameworkLauncher.java41 package com.sun.enterprise.glassfish.bootstrap.osgi;
43 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;
48 import org.osgi.util.tracker.ServiceTracker;
H A DOSGiGlassFishImpl.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
47 import org.osgi.framework.BundleContext;
48 import org.osgi.service.startlevel.StartLevel;
H A DOSGiGlassFishRuntime.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
48 import org.osgi.framework.BundleException;
49 import org.osgi.framework.launch.Framework;
H A DEmbeddedOSGiGlassFishRuntime.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
56 import org.osgi.framework.BundleContext;
57 import org.osgi.framework.FrameworkUtil;
58 import org.osgi.util.tracker.ServiceTracker;
H A DGlassFishMainActivator.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
49 import org.osgi.framework.BundleActivator;
50 import org.osgi.framework.BundleContext;
51 import org.osgi.framework.launch.Framework;
57 import static com.sun.enterprise.glassfish.bootstrap.osgi.Constants.AUTO_INSTALL_PROP;
58 import static com.sun.enterprise.glassfish.bootstrap.osgi.Constants.AUTO_START_PROP;
76 * @see #prepareStartupContext(org.osgi.framework.BundleContext)
92 "modules/osgi-adapter.jar",
93 "modules/osgi-resource-locator.jar",
H A DJar.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
48 import org.osgi.framework.Bundle;
49 import org.osgi.framework.Constants;
H A DOSGiGlassFishRuntimeBuilder.java41 package com.sun.enterprise.glassfish.bootstrap.osgi;
49 import org.osgi.framework.Bundle;
50 import org.osgi.framework.BundleException;
51 import org.osgi.framework.ServiceReference;
52 import org.osgi.framework.launch.Framework;
62 import static com.sun.enterprise.glassfish.bootstrap.osgi.Constants.*;
63 import static org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN;
64 import static org.osgi.framework.Constants.FRAMEWORK_STORAGE_CLEAN_ONFIRSTINIT;
H A DBundleProvisioner.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
45 import org.osgi.framework.Bundle;
46 import org.osgi.framework.BundleContext;
47 import org.osgi.framework.BundleException;
48 import org.osgi.framework.ServiceReference;
49 import org.osgi.framework.launch.Framework;
50 import org.osgi.framework.launch.FrameworkFactory;
51 import org.osgi.service.packageadmin.PackageAdmin;
52 import org.osgi.service.startlevel.StartLevel;
410 final String fragmentHost = (String) bundle.getHeaders().get(org.osgi
[all...]
/glassfish-3.1.2/tests/quicklook/weld/osgiweld/src/test/
H A DOsgiWeldTestNG.java41 package test.weld.osgi;
71 props.load(this.getClass().getResourceAsStream("weld-osgi.properties"));
115 System.out.println("The packages exported by the weld-osgi-bundle do not match the expected packages");
/glassfish-3.1.2/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/
H A DFelixWebConsoleExtensionActivator.java42 package org.glassfish.osgi.felixwebconsoleextension;
45 import org.osgi.framework.*;
46 import org.osgi.service.cm.ConfigurationAdmin;
47 import org.osgi.util.tracker.ServiceTracker;
85 org.osgi.service.cm.Configuration config = null;
H A DGlassFishBrandingPlugin.java42 package org.glassfish.osgi.felixwebconsoleextension;
79 private static final String PROD_IMAGE = "http://java.net/projects/glassfish/sources/svn/content/trunk/main/appserver/osgi-platforms/felix-webconsole-extension/src/main/resources/res/glassfish/logo.png";
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardWrapper.java322 private boolean osgi = false; field in class:StandardWrapper
837 return osgi;
841 protected void setOSGi(boolean osgi) { argument
842 this.osgi = osgi;
2111 onameStr += ",osgi=true";

Completed in 195 milliseconds