@Retention(value=RUNTIME) @Target(value=METHOD) @GenerateServiceFromMethod(implementation="org.glassfish.config.support.GenericDeleteCommand", advertisedContracts="org.glassfish.api.admin.AdminCommand") public @interface Delete
| Modifier and Type | Required Element and Description |
|---|---|
org.glassfish.api.I18n |
i18n
Returns the i18n key that will be used to look up a localized string in the annotated
type module.
|
String |
value
Name of the command that will be used to register this generic command implementation under.
|
| Modifier and Type | Optional Element and Description |
|---|---|
org.glassfish.api.admin.ExecuteOn |
cluster
Returns the desired behaviors in a clustered environment.
|
Class<? extends DeletionDecorator> |
decorator
Returns a decorator type that should be looked up and called when a
configuration element of the annotated type is deleted.
|
Class<? extends CrudResolver> |
resolver
Returns the instance of the configured object that should be deleted.
|
@GeneratedServiceName public abstract String value
public abstract org.glassfish.api.I18n i18n
public abstract Class<? extends CrudResolver> resolver
public abstract Class<? extends DeletionDecorator> decorator
public abstract org.glassfish.api.admin.ExecuteOn cluster
ExecuteOn default valuesCopyright © 2013. All Rights Reserved.