Searched defs:bootstrap (Results 1 - 25 of 38) sorted by relevance

12

/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DASMain.java41 package com.sun.enterprise.glassfish.bootstrap;
H A DConfigurator.java41 package com.sun.enterprise.glassfish.bootstrap;
H A DConfiguratorImpl.java41 package com.sun.enterprise.glassfish.bootstrap;
H A DGlassFishRuntimeDecorator.java42 package com.sun.enterprise.glassfish.bootstrap;
H A DEmbeddedMain.java41 package com.sun.enterprise.glassfish.bootstrap;
44 import com.sun.enterprise.module.bootstrap.BootException;
45 import com.sun.enterprise.module.bootstrap.Main;
46 import com.sun.enterprise.module.bootstrap.StartupContext;
H A DGlassFishDecorator.java42 package com.sun.enterprise.glassfish.bootstrap;
H A DSingleHK2Factory.java41 package com.sun.enterprise.glassfish.bootstrap;
H A DStartupContextUtil.java41 package com.sun.enterprise.glassfish.bootstrap;
43 import com.sun.enterprise.module.bootstrap.StartupContext;
53 * {@link com.sun.enterprise.module.bootstrap.StartupContext}.
H A DUberMain.java41 package com.sun.enterprise.glassfish.bootstrap;
71 gf = GlassFishRuntime.bootstrap().newGlassFish();
H A DClassPathBuilder.java41 package com.sun.enterprise.glassfish.bootstrap;
H A DGlassFishImpl.java41 package com.sun.enterprise.glassfish.bootstrap;
43 import com.sun.enterprise.module.bootstrap.ModuleStartup;
H A DGlassFishMain.java41 package com.sun.enterprise.glassfish.bootstrap;
54 import static com.sun.enterprise.module.bootstrap.ArgumentManager.argsToMap;
112 gfr = GlassFishRuntime.bootstrap(new BootstrapProperties(ctx), getClass().getClassLoader());
H A DRejar.java41 package com.sun.enterprise.glassfish.bootstrap;
90 m.getMainAttributes().put(Attributes.Name.MAIN_CLASS, "com.sun.enterprise.glassfish.bootstrap.ASMain");
H A DStaticGlassFishRuntime.java40 package com.sun.enterprise.glassfish.bootstrap;
43 import com.sun.enterprise.module.bootstrap.Main;
44 import com.sun.enterprise.module.bootstrap.ModuleStartup;
45 import com.sun.enterprise.module.bootstrap.StartupContext;
H A DConstants.java41 package com.sun.enterprise.glassfish.bootstrap;
50 public static final String ARGS_PROP = "com.sun.enterprise.glassfish.bootstrap.args";
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/bootstrap/
H A DDerbyLifecycle.java50 package com.sun.enterprise.v3.bootstrap;
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DGlassFishRuntime.java52 * This is the entry point API to bootstrap GlassFish.
62 * GlassFishRuntime runtime = GlassFishRuntime.bootstrap(); // no active services
83 public static GlassFishRuntime bootstrap() throws GlassFishException { method in class:GlassFishRuntime
84 return bootstrap(new BootstrapProperties(), GlassFishRuntime.class.getClassLoader());
90 * calling {@link #bootstrap(BootstrapProperties , ClassLoader)} with null as second argument.
95 public static GlassFishRuntime bootstrap(BootstrapProperties bootstrapProperties) throws GlassFishException { method in class:GlassFishRuntime
96 return bootstrap(bootstrapProperties, GlassFishRuntime.class.getClassLoader());
109 public static GlassFishRuntime bootstrap(BootstrapProperties bootstrapProperties, ClassLoader cl) throws GlassFishException { method in class:GlassFishRuntime
/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;
H A DEmbeddedOSGiGlassFishRuntimeBuilder.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
44 import com.sun.enterprise.glassfish.bootstrap.Constants;
H A DOSGiFrameworkLauncher.java41 package com.sun.enterprise.glassfish.bootstrap.osgi;
H A DOSGiGlassFishImpl.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
44 import com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator;
H A DOSGiGlassFishRuntime.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
44 import com.sun.enterprise.module.bootstrap.ModuleStartup;
55 * framework during bootstrap and hence can stop it upon shutdown.
H A DEmbeddedOSGiGlassFishRuntime.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
44 import com.sun.enterprise.glassfish.bootstrap.ASMainHelper;
45 import com.sun.enterprise.glassfish.bootstrap.GlassFishImpl;
47 import com.sun.enterprise.module.bootstrap.BootException;
48 import com.sun.enterprise.module.bootstrap.Main;
49 import com.sun.enterprise.module.bootstrap.ModuleStartup;
50 import com.sun.enterprise.module.bootstrap.StartupContext;
118 final String installRootValue = properties.getProperty(com.sun.enterprise.glassfish.bootstrap.Constants.INSTALL_ROOT_PROP_NAME);
121 System.setProperty(com.sun.enterprise.glassfish.bootstrap.Constants.INSTALL_ROOT_PROP_NAME, installRoot.getAbsolutePath());
126 System.setProperty(com.sun.enterprise.glassfish.bootstrap
[all...]
H A DGlassFishMainActivator.java42 package com.sun.enterprise.glassfish.bootstrap.osgi;
44 import com.sun.enterprise.glassfish.bootstrap.Constants;
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;
110 gfr = GlassFishRuntime.bootstrap(bsProperties, getClass().getClassLoader());
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DWeldApplicationContainer.java47 import org.jboss.weld.bootstrap.WeldBootstrap;
58 public WeldApplicationContainer(WeldBootstrap bootstrap) { argument
59 weldBootstrap = bootstrap;

Completed in 72 milliseconds

12