Class StartLocalInstanceCommand
- java.lang.Object
-
- com.sun.enterprise.admin.cli.CLICommand
-
- com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
-
- com.sun.enterprise.admin.cli.cluster.LocalInstanceCommand
-
- com.sun.enterprise.admin.cli.cluster.SynchronizeInstanceCommand
-
- com.sun.enterprise.admin.cli.cluster.StartLocalInstanceCommand
-
- All Implemented Interfaces:
StartServerCommand,org.glassfish.hk2.api.PostConstruct
@Service(name="start-local-instance") @ExecuteOn(DAS) @PerLookup public class StartLocalInstanceCommand extends SynchronizeInstanceCommand implements StartServerCommand
Start a local server instance.
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.admin.cli.cluster.SynchronizeInstanceCommand
sync
-
Fields inherited from class com.sun.enterprise.admin.cli.cluster.LocalInstanceCommand
checkOneAndOnly, domainName, instanceDir, instanceName, isCreateInstanceFilesystem, node, nodeDir, nodeDirChild, nodeDirRoot
-
Fields inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
DEFAULT_MASTER_PASSWORD
-
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 StartLocalInstanceCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateLauncher()Create a launcher for the instance specified by arguments to this command.protected intexecuteCommand()Execute the command using the options in options and the operands in operands.List<String>getLauncherArgs()RuntimeTypegetType()protected booleanmkdirs(File f)Override this method if your class does NOT want to create directoriesStringtoString()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.cluster.SynchronizeInstanceCommand
synchronizeInstance
-
Methods inherited from class com.sun.enterprise.admin.cli.cluster.LocalInstanceCommand
getDasProperties, getInstanceDirs, getInstanceName, getMasterPasswordFile, getNodeInstallDir, getNodeProperties, getProductRootPath, initInstance, isDirectory, setDasDefaults, setInstanceName, setServerDirs, validateDasOptions, whackFilesystem
-
Methods inherited from class com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
checkAdditionalTrustAndKeyStores, checkForSpecialFiles, dataGridEncryptionEnabled, getAdminAddress, getAdminAddress, getDomainXml, getInstallRootPath, getMasterPassword, getPrevPid, getServerDirs, getServerPid, getUptime, isLocal, isRemote, isRestartable, isRunning, isRunning, isThisServer, loadAndVerifyKeystore, readFromMasterPasswordFile, resetServerDirs, setLocalPassword, setServerDirs, unsetLocalPassword, verifyMasterPassword, waitForRestart, waitForRestart
-
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, usageOptions
-
-
-
-
Method Detail
-
getType
public RuntimeType getType()
- Specified by:
getTypein interfaceStartServerCommand- Returns:
- the type of "this" server
-
createLauncher
public void createLauncher() throws GFLauncherException, MiniXmlParserExceptionCreate a launcher for the instance specified by arguments to this command. The launcher is for a server of the specified type. Sets the launcher and info fields.- Specified by:
createLauncherin interfaceStartServerCommand- Throws:
GFLauncherException- if there is an error creating the launcherMiniXmlParserException- if there is an error reading the domain.xml
-
getLauncherArgs
public List<String> getLauncherArgs()
- Specified by:
getLauncherArgsin interfaceStartServerCommand
-
mkdirs
protected boolean mkdirs(File f)
Description copied from class:LocalInstanceCommandOverride this method if your class does NOT want to create directories- Overrides:
mkdirsin classLocalInstanceCommand- Parameters:
f- the directory to create- Returns:
- true iff the directory was created
-
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 classSynchronizeInstanceCommand- 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.- Overrides:
executeCommandin classSynchronizeInstanceCommand- Returns:
- the exit code
- Throws:
CommandException- if execution of the command failsCommandValidationException- if there's something wrong with the options or arguments
-
toString
public String toString()
- Overrides:
toStringin classCLICommand
-
-