Interface StartServerCommand

All Known Implementing Classes:
StartDomainCommand

public interface StartServerCommand
Author:
bnevins
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Create a launcher for the whatever type of server "we" are.
     
    org.glassfish.api.admin.RuntimeType
     
  • 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.MiniXmlParserException
      Create a launcher for the whatever type of server "we" are.
      Throws:
      com.sun.enterprise.admin.launcher.GFLauncherException
      com.sun.enterprise.universal.xml.MiniXmlParserException
    • getLauncherArgs

      List<String> getLauncherArgs()