|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.config.support.GenericCrudCommand
org.glassfish.config.support.GenericCreateCommand
@Scoped(value=org.jvnet.hk2.component.PerLookup.class) public class GenericCreateCommand
Generic create command implementation.
This command can create POJO configuration objects from an asadmin command
invocation parameters.
So far, such POJO must be ConfigBeanProxy subclasses and be annotated with the
Param annotation to property function.
| Field Summary |
|---|
| Fields inherited from class org.glassfish.config.support.GenericCrudCommand |
|---|
level, localStrings |
| Constructor Summary | |
|---|---|
GenericCreateCommand()
|
|
| 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 |
|---|
public GenericCreateCommand()
| Method Detail |
|---|
public void postConstruct()
postConstruct in interface org.jvnet.hk2.component.PostConstructpostConstruct in class GenericCrudCommandpublic void execute(AdminCommandContext context)
execute in interface AdminCommandpublic CommandModel getModel()
getModel in interface CommandModelProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||