Searched refs:GlassFishProperties (Results 1 - 23 of 23) sorted by relevance

/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DGlassFishRuntimeDecorator.java46 import org.glassfish.embeddable.GlassFishProperties;
67 public GlassFish newGlassFish(GlassFishProperties glassfishProperties) throws GlassFishException {
H A DStaticGlassFishRuntime.java50 import org.glassfish.embeddable.GlassFishProperties;
89 public synchronized GlassFish newGlassFish(GlassFishProperties glassFishProperties)
95 // GlassFishProperties, hence clone it.
99 final GlassFishProperties gfProps = new GlassFishProperties(cloned);
150 private void setEnv(GlassFishProperties gfProps) throws Exception {
188 // StartupContext requires the INSTALL root to be set in the GlassFishProperties.
195 private String createTempInstanceRoot(GlassFishProperties gfProps)
H A DGlassFishMain.java113 gf = gfr.newGlassFish(new GlassFishProperties(ctx));
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DGlassFishProperties.java48 * <p/>Eg.., GlassFishRuntime.bootstrap(new BootstrapProperties()).newGlassFish(<b>new GlassFishProperties()</b>);
53 public class GlassFishProperties { class
58 * Create GlassFishProperties with default properties.
60 public GlassFishProperties() { method in class:GlassFishProperties
65 * Create GlassFishProperties with custom properties.
76 * @param props Properties object which will back this GlassFishProperties object.
78 public GlassFishProperties(Properties props) { method in class:GlassFishProperties
83 * Get the underlying Properties object which backs this GlassFishProperties.
86 * add a property to this GlassFishProperties.
88 * @return The Properties object that is backing this GlassFishProperties
[all...]
H A DGlassFishRuntime.java122 * Create a new instance of GlassFish with default {@link org.glassfish.embeddable.GlassFishProperties}
128 return newGlassFish(new GlassFishProperties());
134 * @param glassfishProperties GlassFishProperties used to setup the GlassFish instance
138 public abstract GlassFish newGlassFish(GlassFishProperties glassfishProperties) throws GlassFishException;
/glassfish-3.1.2/tests/embedded/basic/lifecycle/src/test/java/org/glassfish/tests/embedded/basic/lifecycle/
H A DLifeCycleTest.java45 import org.glassfish.embeddable.GlassFishProperties;
83 GlassFishProperties props = new GlassFishProperties();
/glassfish-3.1.2/tests/embedded/mysql/src/test/java/org/glassfish/tests/embedded/web/
H A DMySqlTest.java45 import org.glassfish.embeddable.GlassFishProperties;
63 GlassFishProperties glassFishProperties = new GlassFishProperties();
/glassfish-3.1.2/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/
H A DUberJarMain.java52 import org.glassfish.embeddable.GlassFishProperties;
115 GlassFish gf = gfr.newGlassFish(new GlassFishProperties(props));
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DVerifierMain.java49 import org.glassfish.embeddable.GlassFishProperties;
69 GlassFishProperties gfp = new GlassFishProperties();
/glassfish-3.1.2/tests/embedded/web/web-api/src/test/java/org/glassfish/tests/embedded/web/
H A DEmbeddedJSPTest.java72 GlassFishProperties gp = new GlassFishProperties();
H A DEmbeddedRestartTest.java67 GlassFishProperties gp = new GlassFishProperties();
H A DEmbeddedVirtualServerHostNameTest.java75 GlassFishProperties props = new GlassFishProperties();
/glassfish-3.1.2/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/
H A DUberJarOSGiGlassFishRuntimeBuilder.java47 import org.glassfish.embeddable.GlassFishProperties;
148 String instanceRoot = props.getProperty(GlassFishProperties.INSTANCE_ROOT_PROP_NAME);
151 props.setProperty(GlassFishProperties.INSTANCE_ROOT_PROP_NAME, instanceRoot);
152 props.setProperty(GlassFishProperties.INSTANCE_ROOT_URI_PROP_NAME,
156 copyConfigFile(props.getProperty(GlassFishProperties.CONFIG_FILE_URI_PROP_NAME), instanceRoot);
187 System.setProperty(GlassFishProperties.INSTANCE_ROOT_PROP_NAME, instanceRoot);
/glassfish-3.1.2/tests/embedded/cdi_basic/src/test/java/org/glassfish/tests/embedded/cdi_basic/
H A DBasicCDITest.java46 import org.glassfish.embeddable.GlassFishProperties;
76 GlassFishProperties props = new GlassFishProperties();
/glassfish-3.1.2/tests/embedded/cdi_ejb_jpa/src/test/java/org/glassfish/tests/embedded/cdi_ejb_jpa/
H A DBasicCDITest.java46 import org.glassfish.embeddable.GlassFishProperties;
75 GlassFishProperties props = new GlassFishProperties();
/glassfish-3.1.2/tests/embedded/glassfish_resources_xml/src/test/java/org/glassfish/tests/embedded/cdi_ejb_jpa/
H A DBasicCDITest.java46 import org.glassfish.embeddable.GlassFishProperties;
76 GlassFishProperties props = new GlassFishProperties();
/glassfish-3.1.2/tests/embedded/scatteredarchive/src/test/java/org/glassfish/tests/embedded/scatteredarchive/
H A DScatteredArchiveTest.java46 import org.glassfish.embeddable.GlassFishProperties;
75 GlassFishProperties props = new GlassFishProperties();
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/
H A DUtil.java49 import org.glassfish.embeddable.GlassFishProperties;
81 GlassFishProperties glassfishProperties = new GlassFishProperties();
/glassfish-3.1.2/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/activator/
H A DUberJarGlassFishActivator.java45 import org.glassfish.embeddable.GlassFishProperties;
138 GlassFish gf = gfr.newGlassFish(new GlassFishProperties(props));
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DEmbeddedOSGiGlassFishRuntime.java53 import org.glassfish.embeddable.GlassFishProperties;
78 public synchronized GlassFish newGlassFish(GlassFishProperties gfProps) throws GlassFishException {
H A DGlassFishMainActivator.java47 import org.glassfish.embeddable.GlassFishProperties;
112 gf = gfr.newGlassFish(new GlassFishProperties(properties));
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DServer.java236 private void setGlassFishProperties(GlassFishProperties props, EmbeddedFileSystem fs) {
270 GlassFishProperties gfProps = new GlassFishProperties(properties);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/embedded/
H A DEJBContainerProviderImpl.java169 // Propagate non EJB embeddable container properties into GlassFishProperties
180 GlassFishProperties glassFishProperties = new GlassFishProperties(newProps);
604 private void addWebContainerIfRequested(Map<?, ?> properties, GlassFishProperties props) throws EJBException {
620 * to create GlassFishProperties.

Completed in 3826 milliseconds