com.sun.enterprise.admin.servermgmt.cli
Class DeleteServiceCommand

java.lang.Object
  extended by com.sun.enterprise.admin.cli.CLICommand
      extended by com.sun.enterprise.admin.servermgmt.cli.DeleteServiceCommand
All Implemented Interfaces:
org.glassfish.hk2.PostConstruct

@Service(name="_delete-service")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public final class DeleteServiceCommand
extends CLICommand

Delete a "service" in the operating system.

Since:
November 18, 2010
Author:
Byron Nevins

Field Summary
 
Fields inherited from class com.sun.enterprise.admin.cli.CLICommand
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING
 
Constructor Summary
DeleteServiceCommand()
           
 
Method Summary
protected  int executeCommand()
           
protected  void validate()
           
 
Methods inherited from class com.sun.enterprise.admin.cli.CLICommand
checkHelp, execute, getBooleanOption, getBriefCommandUsage, getCommand, getCommandUsage, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteServiceCommand

public DeleteServiceCommand()
Method Detail

validate

protected void validate()
                 throws CommandException
Overrides:
validate in class CLICommand
Throws:
CommandException

executeCommand

protected int executeCommand()
                      throws CommandException
Specified by:
executeCommand in class CLICommand
Throws:
CommandException


Copyright © 2012. All Rights Reserved.