org.glassfish.config.support
Class GenericListCommand
java.lang.Object
org.glassfish.config.support.GenericCrudCommand
org.glassfish.config.support.GenericListCommand
- All Implemented Interfaces:
- AdminCommand, CommandModelProvider, org.jvnet.hk2.component.PostConstruct
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class GenericListCommand
- extends GenericCrudCommand
- implements AdminCommand
Generic list command implementation.
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericListCommand
public GenericListCommand()
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
getModel
public CommandModel getModel()
- Specified by:
getModel in interface CommandModelProvider
Copyright © 2012 GlassFish Community. All Rights Reserved.