com.sun.enterprise.admin.servermgmt.cli
Interface StartServerCommand

All Known Implementing Classes:
StartDomainCommand

public interface StartServerCommand

Author:
bnevins

Method Summary
 void createLauncher()
          Create a launcher for the whatever type of server "we" are.
 List<String> getLauncherArgs()
           
 RuntimeType getType()
           
 

Method Detail

getType

RuntimeType getType()
Returns:
the type of "this" server

createLauncher

void createLauncher()
                    throws GFLauncherException,
                           MiniXmlParserException
Create a launcher for the whatever type of server "we" are.

Throws:
GFLauncherException
MiniXmlParserException

getLauncherArgs

List<String> getLauncherArgs()


Copyright © 2012. All Rights Reserved.