com.sun.enterprise.v3.admin.commands
Class DeleteJvmOptions

java.lang.Object
  extended by 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

Constructor Summary
DeleteJvmOptions()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteJvmOptions

public DeleteJvmOptions()
Method Detail

execute

public void execute(AdminCommandContext context)
Specified by:
execute in interface AdminCommand


Copyright © 2012. All Rights Reserved.