com.sun.enterprise.admin.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.
 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


Copyright © 2012 GlassFish Community. All Rights Reserved.