com.sun.enterprise.v3.admin.commands
Class DeleteJvmOptions
java.lang.Object
com.sun.enterprise.v3.admin.commands.DeleteJvmOptions
- All Implemented Interfaces:
- AdminCommand
@Service(name="delete-jvm-options")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value={DAS,INSTANCE})
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
public final class DeleteJvmOptions- extends Object
- implements AdminCommand
Deletes given JVM options in server's configuration.
- Since:
- GlassFish V3
- Author:
- केदार (km@dev.java.net), Kin-man Chung
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteJvmOptions
public DeleteJvmOptions()
execute
public void execute(AdminCommandContext context)
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.