Class DeleteJvmOptions
- java.lang.Object
-
- com.sun.enterprise.v3.admin.commands.DeleteJvmOptions
-
- All Implemented Interfaces:
AdminCommand,AdminCommandSecurity.Preauthorization
@Service(name="delete-jvm-options") @PerLookup @ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public final class DeleteJvmOptions extends Object implements AdminCommand, AdminCommandSecurity.Preauthorization
Deletes given JVM options in server's configuration.- Since:
- GlassFish V3
- Author:
- केदार (km@dev.java.net), Kin-man Chung
-
-
Constructor Summary
Constructors Constructor Description DeleteJvmOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter valuesbooleanpreAuthorization(AdminCommandContext context)
-
-
-
Method Detail
-
preAuthorization
public boolean preAuthorization(AdminCommandContext context)
- Specified by:
preAuthorizationin interfaceAdminCommandSecurity.Preauthorization
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
context- information
-
-