| /ast/src/lib/libast/ |
| H A D | Makefile | 218 * also, -D_BLD_ast must be explicit for the uwin bootstrap 395 /* libmini.a is a bootstrap dll for uwin cc -D_BLD_ast that exports part of ast */
|
| /ast/src/lib/libcmd/ |
| H A D | Makefile | 90 ignore dlldefs.h /* prevents bootstrap double build */
|
| /glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/ |
| H A D | ServerEnvironment.java | 43 import com.sun.enterprise.module.bootstrap.StartupContext;
|
| /glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/ |
| H A D | GlassFishRuntime.java | 52 * 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/ |
| H A D | ASMain.java | 41 package com.sun.enterprise.glassfish.bootstrap;
|
| H A D | Configurator.java | 41 package com.sun.enterprise.glassfish.bootstrap;
|
| H A D | ConfiguratorImpl.java | 41 package com.sun.enterprise.glassfish.bootstrap;
|
| H A D | Constants.java | 41 package com.sun.enterprise.glassfish.bootstrap; 50 public static final String ARGS_PROP = "com.sun.enterprise.glassfish.bootstrap.args";
|
| H A D | EmbeddedMain.java | 41 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 D | GlassFishRuntimeDecorator.java | 42 package com.sun.enterprise.glassfish.bootstrap;
|
| H A D | StartupContextUtil.java | 41 package com.sun.enterprise.glassfish.bootstrap; 43 import com.sun.enterprise.module.bootstrap.StartupContext; 53 * {@link com.sun.enterprise.module.bootstrap.StartupContext}.
|
| /glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/ |
| H A D | Constants.java | 42 package com.sun.enterprise.glassfish.bootstrap.osgi;
|
| H A D | EmbeddedOSGiGlassFishRuntime.java | 42 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 D | EmbeddedOSGiGlassFishRuntimeBuilder.java | 42 package com.sun.enterprise.glassfish.bootstrap.osgi; 44 import com.sun.enterprise.glassfish.bootstrap.Constants;
|
| H A D | GlassFishMainActivator.java | 42 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());
|
| H A D | OSGiGlassFishImpl.java | 42 package com.sun.enterprise.glassfish.bootstrap.osgi; 44 import com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator;
|
| H A D | OSGiGlassFishRuntime.java | 42 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.
|
| /glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/ |
| H A D | DomainCreationStartup.java | 43 import com.sun.enterprise.module.bootstrap.*;
|
| /glassfish-3.1.2/tests/utils/src/main/java/org/glassfish/tests/utils/ |
| H A D | Utils.java | 43 import com.sun.enterprise.module.bootstrap.Populator; 44 import com.sun.enterprise.module.bootstrap.StartupContext; 118 p.put(com.sun.enterprise.glassfish.bootstrap.Constants.INSTALL_ROOT_PROP_NAME, System.getProperty("java.io.tmpdir")); 119 p.put(com.sun.enterprise.glassfish.bootstrap.Constants.INSTANCE_ROOT_PROP_NAME, System.getProperty("java.io.tmpdir"));
|
| /glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/ |
| H A D | VerifierModuleStartup.java | 44 import com.sun.enterprise.module.bootstrap.ModuleStartup; 45 import com.sun.enterprise.module.bootstrap.StartupContext;
|
| /glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ |
| H A D | ACCStartupContext.java | 43 import com.sun.enterprise.glassfish.bootstrap.ASMainHelper; 44 import com.sun.enterprise.module.bootstrap.StartupContext;
|
| /glassfish-3.1.2/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/ |
| H A D | GMSAnnounceSupplementalInfo.java | 44 import org.glassfish.gms.bootstrap.GMSAdapter;
|
| /glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/ |
| H A D | BeanManagerNamingProxy.java | 48 import org.jboss.weld.bootstrap.WeldBootstrap; 49 import org.jboss.weld.bootstrap.spi.BeanDeploymentArchive; 112 WeldBootstrap bootstrap = weldDeployer.getBootstrapForApp(bundle.getApplication()); 114 beanManager = bootstrap.getManager(bda);
|
| H A D | WebComponentInjectionManager.java | 53 import org.jboss.weld.bootstrap.WeldBootstrap; 54 import org.jboss.weld.bootstrap.spi.BeanDeploymentArchive; 72 WeldDeployer.WELD_BOOTSTRAP, org.jboss.weld.bootstrap.WeldBootstrap.class);
|
| H A D | WeldActivator.java | 48 import org.jboss.weld.bootstrap.api.SingletonProvider; 49 import org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider; 56 * {@link org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider}, where as
|