Class CreateServiceCommand
- java.lang.Object
-
- com.sun.enterprise.admin.cli.CLICommand
-
- com.sun.enterprise.admin.servermgmt.cli.CreateServiceCommand
-
- All Implemented Interfaces:
org.glassfish.hk2.api.PostConstruct
@Service(name="create-service") @PerLookup public final class CreateServiceCommand extends CLICommand
Create a "service" in the operating system to start this domain automatically.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYSTEM_TYPE_SOLARISstatic StringSYSTEM_TYPE_SYSTEMDstatic StringSYSTEM_TYPE_SYSTEMVstatic StringSYSTEM_TYPE_WINDOWS-
Fields inherited from class com.sun.enterprise.admin.cli.CLICommand
argv, ASADMIN, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, lineReader, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, terminal, WARNING
-
-
Constructor Summary
Constructors Constructor Description CreateServiceCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intexecuteCommand()Execute the command using the options in options and the operands in operands.protected voidvalidate()The validate method can be used by a subclass to validate that the type and quantity of parameters and operands matches the requirements for this command.-
Methods inherited from class com.sun.enterprise.admin.cli.CLICommand
buildLineReader, buildTerminal, checkHelp, closeTerminal, execute, execute, expandManPage, getBooleanOption, getBriefCommandUsage, getCommand, getCommand, getCommandScope, getCommandUsage, getManPage, getName, getOperandModel, getOption, getOptions, getPassword, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, newLineReaderBuilder, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, setCommandScope, toString, usageOptions
-
-
-
-
Field Detail
-
SYSTEM_TYPE_SOLARIS
public static final String SYSTEM_TYPE_SOLARIS
- See Also:
- Constant Field Values
-
SYSTEM_TYPE_SYSTEMD
public static final String SYSTEM_TYPE_SYSTEMD
- See Also:
- Constant Field Values
-
SYSTEM_TYPE_SYSTEMV
public static final String SYSTEM_TYPE_SYSTEMV
- See Also:
- Constant Field Values
-
SYSTEM_TYPE_WINDOWS
public static final String SYSTEM_TYPE_WINDOWS
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
protected void validate() throws CommandExceptionDescription copied from class:CLICommandThe validate method can be used by a subclass to validate that the type and quantity of parameters and operands matches the requirements for this command.- Overrides:
validatein classCLICommand- Throws:
CommandException- if execution of the command failsCommandValidationException- if there's something wrong with the options or arguments
-
executeCommand
protected int executeCommand() throws CommandExceptionDescription copied from class:CLICommandExecute the command using the options in options and the operands in operands.- Specified by:
executeCommandin classCLICommand- Returns:
- the exit code
- Throws:
CommandException- if execution of the command failsCommandValidationException- if there's something wrong with the options or arguments
-
-