Interface StartServerCommand
- All Known Implementing Classes:
StartDomainCommand
public interface StartServerCommand
- Author:
- bnevins
-
Method Summary
Modifier and TypeMethodDescriptionvoidCreate a launcher for the whatever type of server "we" are.org.glassfish.api.admin.RuntimeTypegetType()
-
Method Details
-
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
-