Class EmbeddedMain
- java.lang.Object
-
- com.sun.enterprise.module.bootstrap.Main
-
- com.sun.enterprise.glassfish.bootstrap.EmbeddedMain
-
public class EmbeddedMain extends com.sun.enterprise.module.bootstrap.MainMain for embedded. Moved from ASEmbedded.EmbeddedMain to be able to launch GlassFish in Static mode using the new APIs (org.glassfish.embeddable.*) to launch GlassFish.- Author:
- dochez, bhavanishankar@dev.java.net
-
-
Constructor Summary
Constructors Constructor Description EmbeddedMain(ClassLoader cl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddefineParentClassLoader()StringgetName()
-
-
-
Constructor Detail
-
EmbeddedMain
public EmbeddedMain(ClassLoader cl)
-
-
Method Detail
-
defineParentClassLoader
protected void defineParentClassLoader() throws com.sun.enterprise.module.bootstrap.BootException- Overrides:
defineParentClassLoaderin classcom.sun.enterprise.module.bootstrap.Main- Throws:
com.sun.enterprise.module.bootstrap.BootException
-
getName
public String getName()
-
-