org.glassfish.config.support
Class GenericDeleteCommand

java.lang.Object
  extended by org.glassfish.config.support.GenericCrudCommand
      extended by org.glassfish.config.support.GenericDeleteCommand
All Implemented Interfaces:
AdminCommand, CommandModelProvider, org.jvnet.hk2.component.PostConstruct

@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class GenericDeleteCommand
extends GenericCrudCommand
implements AdminCommand, org.jvnet.hk2.component.PostConstruct, CommandModelProvider

Implementation of the generic delete command

Author:
Jerome Dochez

Field Summary
 
Fields inherited from class org.glassfish.config.support.GenericCrudCommand
level, localStrings, logger
 
Constructor Summary
GenericDeleteCommand()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 CommandModel getModel()
           
 void postConstruct()
           
 
Methods inherited from class org.glassfish.config.support.GenericCrudCommand
convertStringToProperties, elementName, getAnnotation, getInjectionResolver, loadClass, setInjectionResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericDeleteCommand

public GenericDeleteCommand()
Method Detail

getModel

public CommandModel getModel()
Specified by:
getModel in interface CommandModelProvider

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct
Overrides:
postConstruct in class GenericCrudCommand

execute

public void execute(AdminCommandContext context)
Specified by:
execute in interface AdminCommand


Copyright © 2012 GlassFish Community. All Rights Reserved.