Interface StartServerCommand
-
- All Known Implementing Classes:
StartDomainCommand
public interface StartServerCommand- Author:
- bnevins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateLauncher()Create a launcher for the whatever type of server "we" are.List<String>getLauncherArgs()org.glassfish.api.admin.RuntimeTypegetType()
-
-
-
Method Detail
-
getType
org.glassfish.api.admin.RuntimeType getType()
- Returns:
- the type of "this" server
-
createLauncher
void createLauncher() throws com.sun.enterprise.admin.launcher.GFLauncherException, com.sun.enterprise.universal.xml.MiniXmlParserExceptionCreate a launcher for the whatever type of server "we" are.- Throws:
com.sun.enterprise.admin.launcher.GFLauncherExceptioncom.sun.enterprise.universal.xml.MiniXmlParserException
-
-